Thread: Smarty Error
View Single Post
  #1  
Old 06-13-2008, 01:07 AM
 
fulcan fulcan is offline
 

Advanced Member
  
Join Date: Mar 2005
Posts: 51
 

Default Smarty Error

Hi All, this is my welcome.tpl file. I am trying to get the new featured products mod working and I keep getting errors. You see in the code near the bottom I have added

{include file="customer/fts_featured_products.tpl" group="frontpage1"}

The error I am getting is

Warning: Smarty error: unable to read resource: "customer/fts_featured_1.tpl" in /home/retailbl/public_html/Smarty-2.6.12/Smarty.class.php on line 1095

If anyone can provide some help that would be great.


{* $Id: welcome.tpl,v 1.28.2.1 2006/07/12 04:51:17 svowl Exp $ *}
<!---<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td height="19" class="WelcomeTitle" style="BACKGROUND-IMAGE: URL({$ImagesDir}/custom/welcome_title_bottom_bg.gif);" valign="top">&nbsp;&nbsp;
{if ($active_modules.Greet_Visitor ne "") and ($smarty.cookies.GreetingCookie ne "") and $logout_user eq ''}
{assign var="_name" value=$smarty.cookies.GreetingCookie|replace:"\'": "'"}
{$lng.lbl_welcome_back|substitute:"name":$_name}
{elseif $lng.lbl_site_title}
{$lng.lbl_welcome_to|substitute:"company":$lng.lbl _site_title}
{else}
{$lng.lbl_welcome_to|substitute:"company":$config. Company.company_name}
{/if}
</td>
</tr>
<tr>
<td><img src="{$ImagesDir}/spacer.gif" width="1" height="2" alt="" /></td>
</tr>
<tr>
<td class="WelcomeBox" style="BACKGROUND-IMAGE: URL({$ImagesDir}/custom/welcome_bg.gif);">

<table cellpadding="5" cellspacing="10">
<tr>
<td valign="top"><img src="{$ImagesDir}/custom/welcome_image.gif" alt="" /></td>
<td class="WelcomeBox" width="100%">{$lng.txt_welcome}&nbsp;</td>
</tr>
</table>--->

<!---</td>
</tr>
</table>--->
{if $active_modules.Bestsellers ne "" and $config.Bestsellers.bestsellers_menu ne "Y"}
{include file="modules/Bestsellers/bestsellers.tpl"}
{/if}
{include file="customer/fts_featured_products.tpl" group="frontpage1"}
<!---{include file="customer/main/featured.tpl" f_products=$f_products dialog_title_color=#local_VertMenuBox_color#}--->


Thanks in advance
__________________
retailblue.com
x-cart version 4.4.3

addons - X-AOM, X-Affiliate, X-Configurator, X- FeatureComparison, X-GiftRegistry, X-RMA X-SpecialOffers.
Firetank Featured Product and Feed Manager
CDSEO pro, magneticone autoresponder and survey
Reply With Quote