assign("page",$_GET['acc']); if ($acc!=""){ if (file_exists(RUTA_ABS."acc/front/".$acc.".php")) include_once(RUTA_ABS."acc/front/".$acc.".php"); if (file_exists(RUTA_ABS."tpl/front/".$acc.".tpl")) $tpl = $acc.".tpl"; } if ($tpl!="") $smarty->display("front/".$tpl); ?>