mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 03:24:20 +02:00
Theme Preview working again. Use ?themepreview=themeDir
This commit is contained in:
@@ -826,10 +826,9 @@ e107::getDebug()->logTime('Render Other');
|
||||
echo e107::getParser()->parseTemplate("{ALERTS}");
|
||||
}
|
||||
|
||||
|
||||
if(defined("PREVIEWTHEME"))
|
||||
if(defined("PREVIEWTHEME"))
|
||||
{
|
||||
themeHandler::showPreview();
|
||||
e_theme::showPreview();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user