Si me puedes transformar esto a smarty :S
Código PHP:
if(isset($_GET['wineandplus']) && !empty($_GET['wineandplus']))
{
if(file_exists(realpath('template/')."/".$_GET['wineandplus'].".tpl"))
{
$archivos = "paginas/".$_GET['wineandplus'].".tpl";
}
else {
$archivos = "paginas/".'inicio.tpl';
}
} else
{
$archivos = "paginas/".'inicio.tpl';
}