Thursday 02 November 2006 12:56:54 am
Hi Claudia ! Thank u for your reply. I know how to overide a template file but my problem is the language in the template. There is my code in my template : {let use_url_translation=ezini('URLTranslator','Translation')|eq('enabled')}
{section show=$search_result}
<table class="list" width="100%" border="0" cellspacing="0" cellpadding="0">
<!--<tr>
<th>{"Name"|i18n("design/standard/content/search")}</th>
<th width="1">{"Class"|i18n("design/standard/content/search")}</th>
</tr>--> <tr> {section name=SearchResult loop=$search_result show=$search_result sequence=array(bglight,bgdark)} {node_view_gui view=search sequence=$:sequence use_url_translation=$use_url_translation content_node=$:item}
{delimiter modulo=1}
</tr>
<tr>
{/delimiter}
{section-else}
{/section}
</tr>
</table>
{/section} {/let} This displays the search result and and the class (like this for example)
result classes
Vidéo test Windows media test Article Article I don't want to dispay the class name. I want only result with links
|