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?
Cataloger anchor
Re: Cataloger anchor
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?
{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?