Monday 30 August 2004 11:30:54 am
OK, First, I don't think this is implemented in ez.no, it is just teh default pagelayout that is used for search results. If your default pagelayout is already used and don't want to cahnge that, you will have to patch /kernel/content/search.php: Find the following code near the end of the file
$Result = array();
$Result['content'] =& $tpl->fetch( "design:content/search.tpl" );
$Result['path'] = array( array( 'text' => ezi18n( 'kernel/content', 'Search' ),
'url' => false ) );
and add:
$Result['pagelayout'] = 'pagelayout_search.tpl';
Now in your design/siteaccess/templates, create a template pagelayout_search.tpl according to your wishes hth -paul
eZ Publish, eZ Find, Solr expert consulting and training
http://twitter.com/paulborgermans
|