mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +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 : "";
|
$menuLayout = ($this->curLayout != $pref['sitetheme_deflayout']) ? $this->curLayout : "";
|
||||||
|
|
||||||
if(strstr($str, "LOGO"))
|
// if(strstr($str, "LOGO"))
|
||||||
{
|
// {
|
||||||
echo $tp->parseTemplate("{LOGO}");
|
// echo $tp->parseTemplate("{LOGO}");
|
||||||
}
|
// }
|
||||||
elseif(strstr($str, "SETSTYLE"))
|
if(strstr($str, "SETSTYLE"))
|
||||||
{
|
{
|
||||||
$tmp = explode("=", $str);
|
$tmp = explode("=", $str);
|
||||||
$style = preg_replace("/\{SETSTYLE=(.*?)\}/si", "\\1", $str);
|
$style = preg_replace("/\{SETSTYLE=(.*?)\}/si", "\\1", $str);
|
||||||
|
Reference in New Issue
Block a user