Can anyone tell my how i can modify the result template of the search module? I would like to display the "menu text" instead of the title, and i can't find how to do this.
For displaying a page title the module uses
Code: Select all
{$entry->title}
Code: Select all
{$entry->url}
Thnx guys