1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Allow Logo to display in Menua-Manager with correct parms.

This commit is contained in:
Cameron
2015-04-16 00:56:09 -07:00
parent 63c6f6a8e7
commit 9772234cc9

View File

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