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 163... Line 163...
163
        public function getDirectoryName() {
163
        public function getDirectoryName() {
164
                if ($this->isRoot()) return $this->ns();
164
                if ($this->isRoot()) return $this->ns();
165
                return $this->ns().'_'.md5($this->nodeId(false));
165
                return $this->ns().'_'.md5($this->nodeId(false));
166
        }
166
        }
167
 
167
 
168
        public static function rootIconname($mode) {
168
        public static function treeIconFilename($mode) {
169
                return 'img/'.$mode.'_icon16.png';
169
                return 'img/'.$mode.'_icon16.png';
170
        }
170
        }
171
}
171
}