Subversion Repositories oidplus

Rev

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

Rev 803 Rev 805
Line 202... Line 202...
202
                        // Category
202
                        // Category
203
                        return parent::getDirectoryName();
203
                        return parent::getDirectoryName();
204
                }
204
                }
205
        }
205
        }
206
 
206
 
207
        public static function rootIconname($mode) {
207
        public static function treeIconFilename($mode) {
208
                return 'img/'.$mode.'_icon16.png';
208
                return 'img/'.$mode.'_icon16.png';
209
        }
209
        }
210
}
210
}