my footer code looks like this:
Code: Select all
</div>
<div id="footer">
<div class="div1"><a onclick="window.open('http://www.ideal.nl');"><img src="catalog/view/theme/default/image/payment_ideal.png" alt="" /></a></div>
<div class="div2" id="information">
<ul>
<?php foreach ($informations as $information) { ?>
<li><a href="<?php echo $information['href']; ?>"><?php echo $information['title']; ?></a></li>
<?php } ?>
<li><a href="<?php echo $contact; ?>"><?php echo $text_contact; ?></a></li>
<li><a href="<?php echo $sitemap; ?>"><?php echo $text_sitemap; ?></a></li>
</ul>
</div>
<div class="div3">Powered by:<a onclick="window.open('http://www.opencart.com');"><u>OpenCart</u></a> </div>
</div>
<?php echo $google_analytics; ?>
</body></html>
I know i've got to adjust another file.. but wich one? Can anyone help me?Notice: Undefined variable: informations in /var/www/vhosts/***.nl/httpdocs/demo/catalog/view/theme/default/template/common/footer.tpl on line 6Warning: Invalid argument supplied for foreach() in /var/www/vhosts//***..nl/httpdocs/demo/catalog/view/theme/default/template/common/footer.tpl on line 6
Notice: Undefined variable: text_contact in /var/www/vhosts//***..nl/httpdocs/demo/catalog/view/theme/default/template/common/footer.tpl on line 9
Notice: Undefined variable: text_sitemap in /var/www/vhosts//***..nl/httpdocs/demo/catalog/view/theme/default/template/common/footer.tpl on line 10