'; foreach ($templates as $file) { $extension=pathinfo($file,PATHINFO_EXTENSION); if (in_array($extension, $allowed_extensions)){ $filename=pathinfo($file,PATHINFO_BASENAME); $filenamefull=substr(strstr($file,'/theme/'.$TEMPLATE.'/'),strlen('/theme/'.$TEMPLATE.'/')); if ($TEMPLATE_FILE == $filename){ $sel="selected"; } else { $sel=""; } if ($filename == 'template.php'){ $templatename=i18n_r('DEFAULT_TEMPLATE'); } else { $templatename=$filenamefull; } $theme_templates .= ''; } } $theme_templates .= ""; echo $theme_templates; } ?>