Change
<?php if (sizeof($var_linksList) >= 1) { ?>
to
<?php if (isset($var_linksList) && sizeof($var_linksList) >= 1) { ?>
on includes/templates/responsive_classic/templates/tpl_ezpages_bar_footer.php on line 19
Change
<?php if (sizeof($var_linksList) >= 1) { ?>
to
<?php if (isset($var_linksList) && sizeof($var_linksList) >= 1) { ?>
on includes/templates/responsive_classic/templates/tpl_ezpages_bar_footer.php on line 19
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Bookmarks