View Single Post
  #1  
Old 08-23-2003, 10:36 AM
 
lizlarry lizlarry is offline
 

Advanced Member
  
Join Date: Jul 2003
Posts: 45
 

Default I am stumped trying to make a new "help" file

I am trying to add a help file button called secure ordering.

1. I created a new file called secureordering.tpl in the help folder

2. code contains:

{* $Id: secureordering.tpl,v 1.6 2002/05/20 06:55:20 lucky Exp $ *}
{capture name=dialog}
Here's all the details about our secure ordering!!
{/capture}
{include file="dialog.tpl" title="Secure Ordering" content=$smarty.capture.dialog extra="width=100%"}

3. in help.tpl I added the code:


{$lng.lbl_secureordering}


The error I receive is:

Warning: Smarty error: unable to read template resource: "help/secureordering.tpl " in /usr/www/users/bosmed/cart/xcart/Smarty-2.3.0/Smarty.class.php on line 589


any help would be most appreciated.
Liz
Reply With Quote