Subversion Repositories oidplus

Rev

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

Rev 279 Rev 282
Line 39... Line 39...
39
                                $out['text'] = '<p>You can contact the administrator of this OIDplus system at this email address:</p><p><a href="mailto:'.htmlentities(OIDplus::config()->getValue('admin_email')).'">'.htmlentities(OIDplus::config()->getValue('admin_email')).'</a></p>';
39
                                $out['text'] = '<p>You can contact the administrator of this OIDplus system at this email address:</p><p><a href="mailto:'.htmlentities(OIDplus::config()->getValue('admin_email')).'">'.htmlentities(OIDplus::config()->getValue('admin_email')).'</a></p>';
40
                        }
40
                        }
41
                }
41
                }
42
        }
42
        }
43
 
43
 
-
 
44
        public function publicSitemap(&$out) {
-
 
45
                $out[] = OIDplus::getSystemUrl().'?goto=oidplus:contact';
-
 
46
        }
-
 
47
 
44
        public function tree(&$json, $ra_email=null, $nonjs=false, $req_goto='') {
48
        public function tree(&$json, $ra_email=null, $nonjs=false, $req_goto='') {
45
                if (file_exists(__DIR__.'/treeicon.png')) {
49
                if (file_exists(__DIR__.'/treeicon.png')) {
46
                        $tree_icon = OIDplus::webpath(__DIR__).'treeicon.png';
50
                        $tree_icon = OIDplus::webpath(__DIR__).'treeicon.png';
47
                } else {
51
                } else {
48
                        $tree_icon = null; // default icon (folder)
52
                        $tree_icon = null; // default icon (folder)