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:
Arnold Bechtoldt
2012-08-15 16:52:43 +02:00
parent 31e24050bf
commit 1943747594
61 changed files with 2 additions and 0 deletions

View File

@@ -28,6 +28,8 @@
function buildNavigation($navigation, $userinfo)
{
global $theme;
$returnvalue = '';
foreach($navigation as $box)