diff --git a/include/admin/templates.inc.php b/include/admin/templates.inc.php index f5ef13ac..9f1e268c 100644 --- a/include/admin/templates.inc.php +++ b/include/admin/templates.inc.php @@ -176,10 +176,6 @@ ksort($stack); foreach ($stack as $theme => $info) { $data['templates'][$theme]['info'] = $info; - /* Sorry, but we don't display engines */ - if ( strtolower($info['engine']) == 'yes' ) { - continue; - } foreach(array('', '_backend') as $backendId) { @@ -210,8 +206,6 @@ foreach ($stack as $theme => $info) { $unmetRequirements[] = 'Serendipity '. $info['require serendipity']; $data['templates'][$theme]['unmetRequirements'] = sprintf(UNMET_REQUIREMENTS, implode(', ', $unmetRequirements)); } - - /* TODO: Smarty versioncheck */ } $data['cur_tpl'] = $data['templates'][$data['cur_template']]; diff --git a/templates/wp/preview.png b/templates/wp/preview.png new file mode 100644 index 00000000..799120ad Binary files /dev/null and b/templates/wp/preview.png differ