adding global variable to buildNavigation() to grant templates of the Classic template access to $theme
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com>
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
|
||||
function buildNavigation($navigation, $userinfo)
|
||||
{
|
||||
global $theme;
|
||||
|
||||
$returnvalue = '';
|
||||
|
||||
foreach($navigation as $box)
|
||||
|
||||
Reference in New Issue
Block a user