Merge branch '2.0' of github.com:s9y/Serendipity into 2.0
This commit is contained in:
commit
2f1455d53b
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user