Merge branch '2.0' of github.com:s9y/Serendipity into 2.0

This commit is contained in:
Matthias Mees 2014-05-21 15:48:57 +02:00
commit 2f1455d53b

View File

@ -175,6 +175,10 @@ ksort($stack);
foreach ($stack as $theme => $info) {
/* Sorry, but we don't display engines */
if ( strtolower($info['engine']) == 'yes') {
continue;
}
$data['templates'][$theme]['info'] = $info;
foreach(array('', '_backend') as $backendId) {