Subversion Repositories oidplus

Rev

Rev 803 | Rev 858 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 803 Rev 805
Line 166... Line 166...
166
        public function getDirectoryName() {
166
        public function getDirectoryName() {
167
                if ($this->isRoot()) return $this->ns();
167
                if ($this->isRoot()) return $this->ns();
168
                return $this->ns().'_'.md5($this->nodeId(false));
168
                return $this->ns().'_'.md5($this->nodeId(false));
169
        }
169
        }
170
 
170
 
171
        public static function rootIconname($mode) {
171
        public static function treeIconFilename($mode) {
172
                return 'img/'.$mode.'_icon16.png';
172
                return 'img/'.$mode.'_icon16.png';
173
        }
173
        }
174
}
174
}