Modify result template search module
Posted: Tue Sep 17, 2013 7:39 am
Hello,
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 and for the URL it is . But what is it for menu_text?
Thnx guys
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