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)
-   -   cant find logo code in top_menu.tpl (https://forum.x-cart.com/showthread.php?t=32072)

luxor 06-25-2007 11:17 AM

cant find logo code in top_menu.tpl
 
I cant find the logo code inside /customer/top_menu.tpl.

According to http://forum.x-cart.com/showthread.php?t=21529, the logo code should be found in this file.here is my code:

Code:

{if $printable ne ''}
{include file="customer/top_menu_printable.tpl"}
{else}
<table cellpadding="0" cellspacing="0" width="100%">
{if $speed_bar}
<tr>
<td valign="top" align="right">
<table cellpadding="0" cellspacing="0">
<tr>
{section name=sb loop=$speed_bar}
{if $speed_bar[sb].active eq "Y"}
<td valign="top">{include file="customer/tab.tpl" tab_title="<a href=\"`$speed_bar[sb].link`\">`$speed_bar[sb].title`</a>"}</td>
<td width="1"><img src="{$ImagesDir}/spacer.gif" class="Spc" alt="" /></td>
{/if}
{/section}
</tr>
</table>
</td>
</tr>
{/if}
<tr>
<td height="35" align="center" class="HeadText">
{if $config.Company.company_phone}{$lng.lbl_phone_1_title}: {$config.Company.company_phone}{/if}{if $config.Company.company_phone_2}&nbsp;&nbsp;&nbsp;{$lng.lbl_phone_2_title}: {$config.Company.company_phone_2}{/if}&nbsp;&nbsp;</td>
</tr>
</table>
{/if}


I would like to change the filename call of the logo image.

hooter 06-25-2007 11:32 AM

Re: cant find logo code in top_menu.tpl
 
Quote:

Originally Posted by luxor
I cant find the logo code inside /customer/top_menu.tpl.

According to http://forum.x-cart.com/showthread.php?t=21529, the logo code should be found in this file.here is my code:

I would like to change the filename call of the logo image.

Luxor,

Actually if you read carefully you will see it says:
Quote:

head.tpl - this is the 'header' row. By default, it contains the logo, tabs (which are in customer/top_menu.tpl)....
The default logo image codes are contained within /skin1/head.tpl

Some other skins may have a separate head_customer.tpl file for the customer side and it will be in there.


All times are GMT -8. The time now is 01:56 PM.

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