On 7/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Thanks for the reply,.. $url.search solves my problem,.. Now I can easily 
customize my search form. But I have enother one with 
#showWeblogCategoryLinksList

    #set($rootCategory = $model.weblog.getWeblogCategory("nil"))
    #showWeblogCategoryLinksList($rootCategory false false)

It returns list of Categories and current category has class name different 
from others, and no A tag. Also it add ALL option to the list.
Often many things should be changed in this structure. For example some times I 
don't need ALL at all, and some time I want it to be HOME, not ALL.
I can use foreach() but I believe I cannot recognize if Category is current or 
not.
Do you have any suggestions?

You should be able to use $model.weblogCategory to get the current
category being displayed.

- Dave

Reply via email to