1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Issue #255 - Partial fix for empty sidebar menu.

This commit is contained in:
Cameron
2013-05-06 16:33:56 -07:00
parent 438bf16b0c
commit a3cdbb42c1
4 changed files with 15 additions and 14 deletions

View File

@@ -1087,6 +1087,10 @@ if(e_ADMIN_AREA)
else
{
require_once (THEME.'theme.php');
if(isset($SC_WRAPPER))
{
e107::scStyle($SC_WRAPPER);
}
}