require_once("../url_functions.php"); include("../db_functions.php"); include("../string_functions.php"); //include("session_functions.php"); if (!connecttodb($db)) { echo "Cannot connect to database."; exit; } if ( !(isset($_GET['c']) && $active_cat= intval($_GET['c'])) ) $active_cat= -1; ?>
| // top banner include("../top.php"); include("../banner.php"); include("../top_menu.php"); ?> |
| include("main_contents.php"); ?> |
| include("../footer.php"); ?> |