Page 1 of 1

Cataloger anchor

Posted: Fri Jul 14, 2006 11:15 am
by kannibal
Hi,

i wish do make anchor on a template, look like this:


{section name=numloop loop=$items}
        {$items[numloop].title}

{/section}

 
 
 


{section name=numloop loop=$items}
 
    {$items[numloop].title}
 
 

{/section}


This works as log the title dosnt have special swedish chars such as åäö

is there an other way for this solution?

Re: Cataloger anchor

Posted: Fri Jul 14, 2006 11:21 am
by kannibal
Answear my own question:

{section name=numloop loop=$items}
        {$items[numloop].title}

{/section}

 
 
 


{section name=numloop loop=$items}
 
    {$items[numloop].title}
 
 

{/section}



Still wondering, is there an better way? can i get the alias or replace an title with åäö etc?