-
if(committee_auth_has_access("config") || committee_auth_has_access("admin"))
@@ -707,18 +703,23 @@ else if($title)
echo "".$title."
"; //if we're under /admin or /config then we want to show the ? help icon -if(substr(getcwd(),-6)=="/admin" || substr(getcwd(),-7)=="/config") -{ +if(substr(getcwd(),-6)=="/admin" || substr(getcwd(),-7)=="/config" || substr(getcwd(),-6)=="/super") { if($_SERVER['REDIRECT_SCRIPT_URL']) $fname=substr($_SERVER['REDIRECT_SCRIPT_URL'],strlen($config['SFIABDIRECTORY'])+1); else $fname=substr($_SERVER['PHP_SELF'],strlen($config['SFIABDIRECTORY'])+1); echo "
+
+
}
-"