assign("ARTICOLE", $articole_sumar); if ($_GET['i']==1) { print_r($articole_sumar); exit; } require_once($SITE_APP_PATH."/".$INCLUDES_DIR."/chestionare.php"); $chestionare = print_polls_revista(); $smarty->assign("CHESTIONARE", $chestionare); //$smarty->debugging = true; $smarty->display($configurare['template']."/index2.tpl"); ?>