Re: NEW xcart template - xtreme Gear
i just wonder why Xtreme Gear does not respond and advise how to fix their problem, i sent them the support ticket and ft info, but never get respond. it's so frustrating that their skin does not like regular template file, like head.tpl, i don't know how to secure the logo images as i uploaded it in it's general setting of xg admin, below is their head.tpl, anyone advise how to change the path of logo image, many thanks
<!-- Header Begin -->
<div id="header-wrap">
{if $xg_top_logo}
<a href="{if $xg_config.top_logo_url ne ''}{$xg_config.top_logo_url}{else}/{/if}" {if $xg_config.top_logo_title ne ''}title="{$xg_config.top_logo_title}"{/if} {if $xg_config.top_logo_target ne ''}target="{$xg_config.top_logo_target}"{/if} id="logo-main"><img src="{$xg_top_logo.image_url}" {if $xg_top_logo.image_x ne ''}width="{$xg_top_logo.image_x}"{/if} {if $xg_top_logo.image_y ne ''}height="{$xg_top_logo.image_y}"{/if} {if $xg_config.top_logo_alt ne ''}alt="{$xg_config.top_logo_alt}"{/if} /></a>
{/if}
<div id="cart-info-panel">
<div class="info-panel">
{include file="customer/menu_cart.tpl" _include_once=1}
</div>
{include file="customer/search.tpl"}
<div class="header-text-xbanner {if $active_modules.XMultiCurrency ne ''}xmc{/if}">
{if $xg_config.promo_header ne ''}
<p>{$xg_config.promo_header}</p>
{/if}
{if $active_modules.XMultiCurrency ne ''}{include file="modules/XMultiCurrency/customer/complex_selector.tpl"}{/if}
</div>
</div>
{include file="customer/tabs.tpl"}
{include file="modules/TXS_Xtreme_Gear/xg_top_menu.tpl" type="xm_top_menu"}
</div>
<!-- Header End -->
{if $minicart_total_standalone}
{load_defer_code type="css"}
{load_defer_code type="js"}
{/if}
__________________
X-Cart Gold 4.6
|