Page 1 of 1

Problem mit PHPLayers

Posted: Thu Jun 16, 2005 9:13 am
by miketmc
in der daily von heute ist scheinbar ein Fehler im Modul phplayers enthalten:

es öffnen sich keine Untermenüs mehr (s. phplayers1.jpg)

ich habe dann phplayers1.1 drüber installiert (s. phplayers2.jpg)  ---> da funktioniert es ;-)

Weiß jemand Abhilfe?




[attachment deleted by admin]

Re: Problem mit PHPLayers

Posted: Thu Jun 16, 2005 11:30 am
by piratos
Ändere mal die Daily-version  wie folgt und es läuft.

Code: Select all

	function ContentPostRender(&$content)
	{
		global $gCms;

		$content = ereg_replace('</__body>', '</__body>' . $_SESSION['layersmenuobj']->getHeader(), $content);
		$content = ereg_replace('<__body>', $_SESSION['layersmenuobj']->getFooter() . '<__body>' , $content);
	}

Re: Problem mit PHPLayers

Posted: Thu Jun 16, 2005 12:37 pm
by miketmc
Danke piratos!!

funktioniert nun prima !