![]() |
dialog.tpl, no title for certain categories
I am new to smarty and not sure about this syntax. I am trying to take out the title for certain categories but it is not working for me. Here is my code:
Code:
{* $Id: dialog.tpl,v 1.19 2004/06/24 09:53:29 max Exp $ *} This should remove the first row on category 248 right? Am I missing something? If I wanted to add more categories for exclusion, would it be || or "or". Thanks for any help. |
Yes, that should remove the first row. You would use 'or' in between if you wanted multiple exclusions:
{if $cat eq "248" or $cat eq "249"} |
Thanks for the quick response ryan. :D For some reason it takes away the first row for all of the categories, not just "248". Any ideas? Thanks.
|
Re: dialog.tpl, no title for certain categories
Did you ever get this to work? I'm trying to do the same thing, remove the category dialog title AND embedded products, basically just have the category description showing and thats it:
Code:
{* $Id: dialog.tpl,v 1.25 2005/12/20 08:50:49 max Exp $ *} |
All times are GMT -8. The time now is 01:46 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.