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 182... Line 182...
182
        public function getDirectoryName() {
182
        public function getDirectoryName() {
183
                if ($this->isRoot()) return $this->ns();
183
                if ($this->isRoot()) return $this->ns();
184
                return $this->ns().'_'.md5($this->nodeId(false));
184
                return $this->ns().'_'.md5($this->nodeId(false));
185
        }
185
        }
186
 
186
 
187
        public static function rootIconname($mode) {
187
        public static function treeIconFilename($mode) {
188
                return 'img/'.$mode.'_icon16.png';
188
                return 'img/'.$mode.'_icon16.png';
189
        }
189
        }
190
}
190
}