View Single Post
  #3  
Old 05-09-2007, 12:41 PM
  hoosierglass's Avatar 
hoosierglass hoosierglass is offline
 

X-Adept
  
Join Date: Aug 2006
Location: Zionsville, IN
Posts: 974
 

Default Re: Language not working

Thanks Balinor, you always seem to get me to look in the right direction.
I am trying to get 4.1.17 up and running and did not realize that it is a template in this version instead of the language. I found the file and got it corrected.

Now I am having a problem with the thwarte secure seal forcing the left menus out too wide.

I am using the three column default and here is where I put the script in for the secure seal: customer/home.tpl

Quote:
<!-- main area -->
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="VertMenuLeftColumn">
{if $categories ne "" and ($active_modules.Fancy_Categories ne "" or $config.General.root_categories eq "Y" or $subcategories ne "")}
{include file="customer/categories.tpl" }
<br />
{/if}
{if $active_modules.Bestsellers ne "" and $config.Bestsellers.bestsellers_menu eq "Y"}
{include file="modules/Bestsellers/menu_bestsellers.tpl" }
{/if}

<br />
<script src="https://siteseal.thawte.com/cgi/server/thawte_seal_generator.exe">
</script>


{if $active_modules.Manufacturers ne "" and $config.Manufacturers.manufacturers_menu eq "Y"}
{include file="modules/Manufacturers/menu_manufacturers.tpl" }
{/if}
{include file="customer/special.tpl"}
{if $active_modules.Survey && $menu_surveys}
{foreach from=$menu_surveys item=menu_survey}
{include file="modules/Survey/menu_survey.tpl"}
<br />
{/foreach}
{/if}
<img src="{$ImagesDir}/spacer.gif" width="150" height="1" alt="" />
</td>
<td valign="top" width="100%">


I am wanting the seal to show up just below the best sellerswhich it does but it is throwing the menus too wide. I have no idea what is causing it. Here is how it looks.

http://www.kennedyhardware.com/xcart_new/home.php
__________________
X-Cart Gold 4.7.7
Custom Work from www.luminointernet.com
www.indy-pen-dance.com
Reply With Quote