db_Select("plugin", "*", "plugin_installflag=1")) { while ($row = $sql->db_Fetch()) { include(e_PLUGIN.$row['plugin_path']."/plugin.php"); if ($eplug_conffile) { $array_functions[] = array(e_PLUGIN.$row['plugin_path']."/".$eplug_conffile, $tp->toHtml($eplug_name,"","defs,emotes_off, no_make_clickable"), "P".$row['plugin_id']); } unset($eplug_conffile, $eplug_name, $eplug_caption, $eplug_icon_small); } } $array_functions = asortbyindex($array_functions, 1); $amtext = "
"; $ns->tablerender(LAN_ADMIN, $amtext, 'admin_menu'); } function render_admin_links($link, $title, $perms) { if (getperms($perms)) { return ""; } }