require "../smarty.php"; require "../config.php"; @include "./https.php"; require "./auth.php"; require "../include/categories.php"; require "../include/help.php"; $smarty->assign("main","content"); $smarty->assign("location",$location); $smarty->assign("section",$section); $smarty->display("customer/home.tpl");