From 9772234cc9869744ede7c8f26f036a5b52daf6be Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 16 Apr 2015 00:56:09 -0700 Subject: [PATCH] Allow Logo to display in Menua-Manager with correct parms. --- e107_handlers/menumanager_class.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/e107_handlers/menumanager_class.php b/e107_handlers/menumanager_class.php index d3f15fb99..1f2eea0a9 100644 --- a/e107_handlers/menumanager_class.php +++ b/e107_handlers/menumanager_class.php @@ -1223,11 +1223,11 @@ class e_menuManager { $menuLayout = ($this->curLayout != $pref['sitetheme_deflayout']) ? $this->curLayout : ""; - if(strstr($str, "LOGO")) - { - echo $tp->parseTemplate("{LOGO}"); - } - elseif(strstr($str, "SETSTYLE")) + // if(strstr($str, "LOGO")) + // { + // echo $tp->parseTemplate("{LOGO}"); + // } + if(strstr($str, "SETSTYLE")) { $tmp = explode("=", $str); $style = preg_replace("/\{SETSTYLE=(.*?)\}/si", "\\1", $str);