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 481... Line 481...
481
                if ($this->isRoot()) return $this->ns();
481
                if ($this->isRoot()) return $this->ns();
482
                $oid = $this->nodeId(false);
482
                $oid = $this->nodeId(false);
483
                return $this->ns().'_'.str_replace('.', '_', $oid);
483
                return $this->ns().'_'.str_replace('.', '_', $oid);
484
        }
484
        }
485
 
485
 
486
        public static function rootIconname($mode) {
486
        public static function treeIconFilename($mode) {
487
                return 'img/'.$mode.'_icon16.png';
487
                return 'img/'.$mode.'_icon16.png';
488
        }
488
        }
489
}
489
}