diff --git a/include/admin/templates.inc.php b/include/admin/templates.inc.php index 9f1e268c..f4be9b48 100644 --- a/include/admin/templates.inc.php +++ b/include/admin/templates.inc.php @@ -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) {