View file v4 2/include/include_bottom.php
<?php
if(isset($template_file))
{
$smarty->assign("message", $message);
#$smarty->caching = true;
$smarty->compile_check = false;
$smarty->template_dir = './static/templates/';
$smarty->compile_dir = './include/gum_tmp/templates_c';
$smarty->cache_dir = './include/gum_tmp/cache';
$smarty->display($template_file.'.tpl');
}
?>