I got this error when trying to add the information Link in open cart
top navigation menu
Notice:
Undefined variable:
informations in
C:\Inetpub\vhosts\fima.net.in\httpdocs\catalog\view\theme\fima\template\common\header.tpl on line 229
Warning: Invalid argument supplied for foreach() in
C:\Inetpub\vhosts\fima.net.in\httpdocs\catalog\view\theme\fima\template\common\header.tpl on line 229
Code:
<ul>
<?php foreach ($informations as $information) { ?>
<li>
<a href="<?php echo $information['href']; ?>">
<?php echo $information['title']; ?>
</a>
</li>
<?php } ?>
</ul>
Yes, Finally i found the solution
include this below lines in the header.php under controller directory