mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
sitelinks handler - php warnings
This commit is contained in:
@@ -131,6 +131,7 @@ class sitelinks
|
|||||||
{
|
{
|
||||||
$this->eLinkList['head_menu'] = array();
|
$this->eLinkList['head_menu'] = array();
|
||||||
}
|
}
|
||||||
|
$render_link = array();
|
||||||
|
|
||||||
if ($style['linkdisplay'] != 3) {
|
if ($style['linkdisplay'] != 3) {
|
||||||
foreach ($this->eLinkList['head_menu'] as $key => $link){
|
foreach ($this->eLinkList['head_menu'] as $key => $link){
|
||||||
|
Reference in New Issue
Block a user