View Single Post
  #1  
Old 08-25-2009, 07:19 AM
 
mydls mydls is offline
 

Member
  
Join Date: Mar 2007
Posts: 25
 

Default How to add links in footer?

I want to add a link in the footer and have added it in the file customer->bottom.tpl; however, it is not clickable. Can anyone tell me how to make it clickable?

Below is a sample link as how I added it in the bottom.tpl:

=====================================
{*
$Id: bottom.tpl,v 1.2 2008/08/21 09:52:43 max Exp $
vim: set ts=2 sw=2 sts=2 et:
*}
<div class="box">
<div class="subbox">
<div class="left">{include file="main/prnotice.tpl"}</div>
<div class="right">{include file="copyright.tpl"} <a href="http://www.samplelink.com">samplelink</a></div>
</div>
</div>
======================================
__________________
xCart Pro Version 4.4.2
Download Expander
Buy Together
Reply With Quote