Subversion Repositories oidplus

Rev

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

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