
Originally Posted by
picaflor-azul
I would recommend adding the image to a sidebox using the banner manager.
There are no hard coded links in the template. If you have found one then it was added after the template installation.
Thanks,
Anne
Anne
On the hardcoded links... I just downloaded the latest version from the plugins section and <a href="http://localhost/red/index.php?main_page=contact_us"> is still there.
See
template_files\includes\templates\abbington_mega\common\tpl_footer_menu.php lines 12-19
Code:
<dl>
<dd class="first">
<ul>
<li class="menuTitle">Contact Information</li>
<li class="footer-phone" <?php if (FOOTER_TELEPHONE_NUMBER_STATUS == 'false') echo "style=\"display:none; \""; ?> ><a href=""><img src="includes/templates/abbington_mega/images/phone.png" alt="phone number" class="footer-icon" /><?php echo FOOTER_TELEPHONE_NUMBER; ?></a></li>
<li><a href="http://localhost/red/index.php?main_page=contact_us"><img src="includes/templates/abbington_mega/images/email.png" alt="email us" class="footer-icon email-icon" />Email Us</a></li>
</ul>
</dd>
Bookmarks