Subversion Repositories oidplus

Rev

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

Rev 800 Rev 801
Line 117... Line 117...
117
 
117
 
118
                return $tech_info;
118
                return $tech_info;
119
        }
119
        }
120
 
120
 
121
        public function getContentPage(&$title, &$content, &$icon) {
121
        public function getContentPage(&$title, &$content, &$icon) {
122
                $icon = file_exists(__DIR__.'/img/main_icon.png') ? OIDplus::webPath(__DIR__,true).'img/main_icon.png' : '';
122
                $icon = file_exists(__DIR__.'/img/main_icon.png') ? OIDplus::webpath(__DIR__,OIDplus::PATH_RELATIVE).'img/main_icon.png' : '';
123
 
123
 
124
                if ($this->isRoot()) {
124
                if ($this->isRoot()) {
125
                        $title = OIDplusIpv6::objectTypeTitle();
125
                        $title = OIDplusIpv6::objectTypeTitle();
126
 
126
 
127
                        $res = OIDplus::db()->query("select * from ###objects where parent = ?", array(self::root()));
127
                        $res = OIDplus::db()->query("select * from ###objects where parent = ?", array(self::root()));