View Single Post
  #4  
Old 09-17-2007, 06:42 AM
 
jth jth is offline
 

Newbie
  
Join Date: Jul 2007
Posts: 5
 

Default Re: Title Tags displaying incorrectly

Hi,

It is happening on all pages except for Home page and product pages.

I've checked the templates, but cannot find anything obviously wrong.

Below are the following template codes (skin1/customer/special.tpl, skin1/customer/menu.tpl and skin1/help/tpl):

skin1/customer/special.tpl:

{if $active_modules.Gift_Certificates ne "" or $active_modules.Gift_Registry ne "" or $active_modules.Special_Offers ne "" or ($active_modules.Manufacturers ne "" and $config.Manufacturers.manufacturers_menu ne "Y") or ($active_modules.Feature_Comparison ne "" && $is_fc_display_menu eq 'Y')}
{capture name=menu}
{if $active_modules.Manufacturers ne "" and $config.Manufacturers.manufacturers_menu ne "Y"}
{capture name=bullet}<a href="manufacturers.php" class="VertMenuItems">{$lng.lbl_manufacturers}</a>{/capture}{include file="customer/main/bullet.tpl" content=$smarty.capture.bullet}
{/if}
{if $active_modules.Gift_Certificates ne ""}
{capture name=bullet}{ include file="modules/Gift_Certificates/gc_menu.tpl" }{/capture}{include file="customer/main/bullet.tpl" content=$smarty.capture.bullet}
{/if}
{if $active_modules.Gift_Registry ne ""}
{capture name=bullet}{ include file="modules/Gift_Registry/giftreg_menu.tpl" }{/capture}{include file="customer/main/bullet.tpl" content=$smarty.capture.bullet}
{/if}
{if $active_modules.Feature_Comparison ne "" && $is_fc_display_menu eq 'Y'}
{capture name=bullet}{ include file="modules/Feature_Comparison/customer_menu.tpl" }{/capture}{include file="customer/main/bullet.tpl" content=$smarty.capture.bullet}
{/if}
{if $active_modules.Survey && $surveys_is_avail}
{capture name=bullet}{include file="modules/Survey/menu_special.tpl"}{/capture}{include file="customer/main/bullet.tpl" content=$smarty.capture.bullet}
{/if}
{if $active_modules.Special_Offers ne ""}
{capture name=bullet}{ include file="modules/Special_Offers/menu_special.tpl" }{/capture}{include file="customer/main/bullet.tpl" content=$smarty.capture.bullet}
{/if}
{/capture}
{ include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title=$lng.lbl_special menu_content=$smarty.capture.menu }
{/if}

______________________________

skin1/customer/menu.tpl:

{if $usertype eq "C"}
{include file="customer/menu.tpl"}
{else}
<table cellspacing="1" width="100%" class="VertMenuBorder">
<tr>
<td class="VertMenuTitle">
<table cellspacing="0" cellpadding="0" width="100%"><tr>
<td>{$link_begin}<img src="{$ImagesDir}/{if $dingbats ne ''}{$dingbats}{else}spacer.gif{/if}" class="VertMenuTitleIcon" alt="{$menu_title|escape}" />{$link_end}</td>
<td width="100%">{if $link_href}<a href="{$link_href}">{/if}<font class="VertMenuTitle">{$menu_title}</font>{if $link_href}</a>{/if}</td>
</tr></table>
</td>
</tr>
<tr>
<td class="VertMenuBox">
<table cellpadding="{$cellpadding|default:"5"}" cellspacing="0" width="100%">
<tr><td>{$menu_content}<br/></td></tr>
</table>
</td></tr>
</table>
{/if}

________________________________


skin1/help/tpl:


{* $Id: help.tpl,v 1.20 2005/11/17 06:55:36 max Exp $ *}
{capture name=menu}
{capture name=bullet}<a href="help.php?section=contactus&amp;mode=update" class="VertMenuItems">{$lng.lbl_contact_us}</a>{/capture}{include file="customer/main/bullet.tpl" content=$smarty.capture.bullet}
{capture name=bullet}<a href="help.php?section=business" class="VertMenuItems">{$lng.lbl_privacy_statement} </a>{/capture}{include file="customer/main/bullet.tpl" content=$smarty.capture.bullet}
{capture name=bullet}<a href="help.php?section=conditions" class="VertMenuItems">{$lng.lbl_terms_n_conditions }</a>{/capture}{include file="customer/main/bullet.tpl" content=$smarty.capture.bullet}
{include file="pages_menu.tpl"}
{/capture}
{ include file="menu.tpl" dingbats="dingbats_help.gif" menu_title=$lng.lbl_help menu_content=$smarty.capture.menu}

________________________________


Thanks for your help!

Jo
__________________
pws
X-Cart version 4.1.8
Reply With Quote