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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user