removed some jurassic park codes and add wp-theme preview image

References #165
This commit is contained in:
Ian 2014-05-21 13:08:13 +02:00
parent 4df73e1e61
commit 7474f785e5
2 changed files with 0 additions and 6 deletions

View File

@ -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']];

BIN
templates/wp/preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB