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)
-   -   need help with smarty? (https://forum.x-cart.com/showthread.php?t=20619)

expressrugs 03-20-2006 05:55 AM

need help with smarty?
 
Hello All
Hoping someone can help me. I'm sure this is a dumb question but please help. Something happened to my alignment of my text in the
customer/categories.tpl it's not spaced right. Can someone tell me how to fix this. You can see it here under shop for rugs by http://www.express-rugs.com/rugs/brand-names-p-1-c-257.html. any help would be appreciated.
Thank you :)

shan 03-20-2006 07:08 AM

your missing a
tag in the categories.tpl file after the link

expressrugs 03-20-2006 07:18 AM

Hello Shan
Thank for the reply. Can you tell me where to put it. Here is my code

{* $Id: categories.tpl,v 1.23 2004/06/24 09:53:29 max Exp $ *}
{capture name=menu}
<div id="categories">
{if $active_modules.Fancy_Categories ne ""}
{include file="`$fancycategories_config.modules_path`/fancy_categories.tpl"}
{else}
{if $config.General.root_categories eq "Y"}
{section name=cat_num loop=$categories}
{if $smarty.get.cat eq $categories[cat_num].categoryid}
{$categories[cat_num].category}
{else}
{$categories[cat_num].category}
{/if}
{/section}
{/if}
{/if}
</div>
{/capture}
{ include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title=$lng.lbl_categories

menu_content=$smarty.capture.menu }

Thank you

expressrugs 03-20-2006 08:20 AM

Got it thatnk you for your help. :D


All times are GMT -8. The time now is 11:19 AM.

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