/* * e107 website system (c) 2001-2008 Steve Dunstan (e107.org) * $Id: admin_alt_nav.sc,v 1.7 2008-12-10 22:39:43 e107steved Exp $ */ if (ADMIN) { global $sql, $pref, $tp; parse_str($parm); require(e_ADMIN.'ad_links.php'); require_once(e_HANDLER.'admin_handler.php'); function adnav_cat($cat_title, $cat_link, $cat_img, $cat_id=FALSE) { $cat_link = ($cat_link ? $cat_link : "javascript:void(0);"); $text = ""; return $text; } function adnav_main($cat_title, $cat_link, $cat_img, $cat_id=FALSE, $cat_highlight='') { $text = "".$cat_title.""; if ($cat_id) { $text .= ""; } $text .= ""; return $text; } if (file_exists(THEME.'nav_menu.js')) { $text = ""; } else { $text = ""; } $text .= "
"; if ($exit != 'off') { $text .= ""; } $text .= "
"; return $text; }