getAllBrands (); $smarty = new Smarty; $smarty->assign ('brands', $brands); $smarty->assign ('action', "selectbrand.php"); $smarty->assign ('current_brand', $_SESSION['brand']); $smarty->display ('views/selectbrand.tpl'); } ?>