1
0
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:
Cameron
2021-01-01 14:05:51 -08:00
parent 1a510cb897
commit 78b0079a03
5 changed files with 67 additions and 42 deletions

View File

@@ -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();
}