View Single Post
  #11  
Old 01-25-2008, 10:54 AM
 
sales@webosusa.com sales@webosusa.com is offline
 

Senior Member
  
Join Date: Nov 2007
Location: Australia
Posts: 118
 

Default Re: Adding Skype to your home.tpl file

I just manage put to work. Where was...

Code:
{* $Id: skype.tpl,v 0.1 2006/04/06 FS Exp $ *} {capture name=skype} <table width="100%" border="0" cellpadding="0"> <tr> <td><div align="center"> <script type="text/javascript" src="{$SkinDir}/skypeCheck.js"></script> <a href="skype:YOUR-SKYPE-USER?call"> [img]{$ImagesDir}/skype.gif[/img]</a></div></td> </tr> </table> {/capture} { include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title="Skype contact us" menu_content=$smarty.capture.skype }

now it is...

Code:
{* $Id: skype.tpl,v 0.1 2006/04/06 FS Exp $ *} {capture name=skype} <table width="100%" border="0" cellpadding="0"> <tr> <td><div align="center"> <script type="text/javascript" src="{$SkinDir}/skypeCheck.js"></script> <a href="skype:YOUR-SKYPE-USER?call"><img src="{$ImagesDir}/skype.gif" border="0" ></a></div></td> </tr> </table> {/capture} { include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title="Skype contact us" menu_content=$smarty.capture.skype }


Works great.

Thanks!

Cya!!!
__________________
Pedro
digitalnotions.i2u.shop
shop.modestclassy.com.au4.1.9 X-Cart
X-Cart
Business 5.3.6.0
Multi-vendor 5.3.6.0


Reply With Quote