assign('config', $config); $smarty->assign('configBanner', $configBanner); $filename = $config['wishes_responsive_active_image']; $filename_array = explode(".", $filename); if ($filename_array[1] == 'mp4'){ $smarty->assign("type", "video"); }else{ $smarty->assign("type", "image"); } $smarty->assign("filename", $filename); $smarty->display('show_wishes_responsive.html');