New Zenner
- Join Date:
- Jun 2008
- Posts:
- 83
- Plugin Contributions:
- 0
absolute links sidebox - how to add extra links?
I have installed this sidebox and edited the tpl_absolute_links.php file to get myself a link, it now has given me 1 link, but i need to add more, is there a way of doing this? The file currently looks like what you can see below. (the bold red areas is what i inserted to get my link and i have kept everything else in place).
<?php /** * Absolute Links Side Box Template * * @package templateSystem * @copyright Copyright 2003-2007 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license <http://www.zen-cart.com/license/2_0.txt> GNU Public License V2.0 * * @version $Id: tpl_absolute_links.php 2007-07-09 06:06:06Z tolefairy * */ $content = '<div id="absolutelinksContent" class="sideBoxContent centeredContent">'; /* Your html and/or javascript code goes between the 2 single quotes in the next line */ $content .= '**<a href="http://www.satsun.biz" target="_blank" title="SatSun Digital TV" class="example_link_class" id="example_link_id">Satsun.biz</a>** '; $content .= '</div>'; ?>