assign('music',$music); $orgs = sql_query("select * from links where category = 16 order by title"); $smarty->assign('orgs',$orgs); $partners = sql_query("select * from links where category = 14 order by title"); $smarty->assign('partners',$partners); $smarty->assign('color','g'); $smarty->display('clients.tpl.html'); mysql_close(); ?>