1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 13:41:52 +02:00

sitelinks handler - php warnings

This commit is contained in:
secretr 2010-03-16 15:15:32 +00:00
parent dd0bc4c475
commit 9593363a10

@ -131,6 +131,7 @@ class sitelinks
{
$this->eLinkList['head_menu'] = array();
}
$render_link = array();
if ($style['linkdisplay'] != 3) {
foreach ($this->eLinkList['head_menu'] as $key => $link){