[SOLVED]Search module / results template / non-Enlish language
Posted: Wed Jan 06, 2010 2:11 pm
Hi, can someone explain where can one fins the word "News" displayed according to the following template command in the search page of the Search module?
I assume "title" here means the title of the module (to me {$entry->urltxt} seems like standings for the actual title of the content item found). In my problematic case is "News" that is when displayed in a non-English language with accented characters, it is displayed improperly in HTML-entities, instead of the characters proper.
Thanks.
Code: Select all
{foreach from=$results item=entry}
<li>{$entry->title} - <a href="{$entry->url}">{$entry->urltxt}</a> ({$entry->weight}%)</li>
{*
Thanks.