X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Help With speed bar mod (https://forum.x-cart.com/showthread.php?t=12070)

Aaron3138 02-09-2005 07:44 PM

Help With speed bar mod
 
:?
I have altered my speedbar as described in :
http://forum.x-cart.com/viewtopic.php?t=13761&highlight=speed+bar

Basically cut and pasted the code, creating the document speed_menu.tpl and it worked! BUT now I get a error message:
Warning: Smarty error: unable to read resource: "customer/speed_menu.tpl" in /www/clientweb/au/p/paulswarehouse.com.au/shop/Smarty-2.6.3/Smarty.class.php on line 1082

Can anyone help me

The code In speed_menu.tpl looks like

Code:

{if $printable ne ''}
{include file="customer/top_menu_printable.tpl"}
{else}
<TABLE border="0" cellpadding="0" cellspacing="0">
{if $speed_bar}
<TR>
<td height="22" valign="middle" class="TabBar">|</td>
{section name=sb loop=$speed_bar}
{if $speed_bar[sb].active eq "Y"}
<TD>{include file="customer/tab.tpl" tab_title="<A href=\"`$speed_bar[sb].link`\"><font class=TabFont>`$speed_bar[sb].title`</font></A>"}</TD>
{/if}
{/section}
</TR>
{/if}
</TABLE>
{/if}


I have checked file permissions and the code syntax and it seems fine.

Aaron3138 02-09-2005 10:05 PM

I have solved it!
 
Head.tpl must remain same as in :
Code:

{if $usertype eq "C"}
{include file="customer/top_menu.tpl"}

and this seems to work!

My bad as i thought this was to be replaced with "customer/speed_menu.tpl"

Sorry to waste time all

:oops:


All times are GMT -8. The time now is 04:29 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.