View Single Post
  #2  
Old 09-14-2008, 11:51 AM
 
neroag neroag is offline
 

Senior Member
  
Join Date: May 2005
Location: UK
Posts: 171
 

Default Re: [HOW TO] Create side modules containing links to static pages?

Code:
<div class="menutop"><font class="menutext">Box Title</font></div> <div class="menubottom"> <table border="0" align="center" width="130" > <tr> <td> Add Links Here OR <img border="0" src="image.jpg" width="120" height="81" alt="image name" /></td> </tr> </table> </div>

save as mybox.tpl into skin1/

& call it from with the home template as an example
Code:
{include file="mybox.tpl" }
__________________
X-cart Gold - 4.0.18 - 4.1.9 - 4.1.10 - 4.3.0
Reply With Quote