assign("PAGETITLE","Detailed Components and Brands Stats"); $smarty->assign("brand",db_get_distinct_count(tbl_bg_bikes, "brand")); $smarty->assign("year",db_get_distinct_count(tbl_bg_bikes, "year")); $smarty->assign("model",db_get_distinct_count(tbl_bg_bikes, "model")); $smarty->assign("page_tpl",TEMPLATE_DIR . "gallery/stats.tpl.smrt"); $smarty->display(TEMPLATE_DIR . "gallery_template.tpl.smrt");