Subversion Repositories oidplus

Rev

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

Rev 104 Rev 106
Line 50... Line 50...
50
                                $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>';
50
                                $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>';
51
                        }
51
                        }
52
                }
52
                }
53
        }
53
        }
54
 
54
 
55
        public function tree(&$json, $ra_email=null, $nonjs=false) {
55
        public function tree(&$json, $ra_email=null, $nonjs=false, $req_goto='') {
56
                if (file_exists(__DIR__.'/treeicon.png')) {
56
                if (file_exists(__DIR__.'/treeicon.png')) {
57
                        $tree_icon = 'plugins/publicPages/'.basename(__DIR__).'/treeicon.png';
57
                        $tree_icon = 'plugins/publicPages/'.basename(__DIR__).'/treeicon.png';
58
                } else {
58
                } else {
59
                        $tree_icon = null; // default icon (folder)
59
                        $tree_icon = null; // default icon (folder)
60
                }
60
                }