| [ PHPXref.com ] | [ Generated: Sun Jul 20 20:12:55 2008 ] | [ Scout Tracker 0.13 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <?php 2 if ($script_name = basename($HTTP_SERVER_VARS["SCRIPT_NAME"]) == "links.php" ) { 3 print "<meta http-equiv=\"refresh\" content=\"0; URL=../index.php\">"; 4 exit; 5 } 6 print " 7 // add main link item (\"url\",\"Link name\",width,\"text-alignment\",\"_target\",\"alt text\",top position,left position,\"key trigger\") 8 addMainItem(\"\",\"<span class='u'>Links</span>\",80,\"center\",\"\",\"\",0,0,\"e\"); 9 10 // define submenu properties (width,\"align to edge\",\"text-alignment\",v offset,h offset,\"filter\") 11 defineSubmenuProperties(120,\"left\",\"left\",-4,0,\"\"); 12 13 // add submenu link items (\"url\",\"link_name\",\"_target\",\"alt text\") 14 addSubmenuItem(\"./index.php\",\"Home\",\"\",\"Home\"); 15 addSubmenuItem(\"./index.php?list_merit_badges=Y\",\"Merit Badge List\",\"\",\"\");"; 16 17 if ($user_group < 3) { 18 print "addSubmenuItem(\"./index.php?counselor=Y\",\"Counselor List\",\"\",\"\");"; 19 } 20 if ($include_calendar == 'Y') { 21 print "addSubmenuItem(\"./calendar\",\"Scout Calendar\",\"\",\"\");"; 22 } 23 24 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |