1
0

* Allow to define sort order for search-results (garvinhicking)

This commit is contained in:
Garvin Hicking
2009-08-24 08:24:19 +00:00
parent be6a1f7964
commit db2ad9402a
62 changed files with 278 additions and 21 deletions

View File

@ -956,3 +956,7 @@ $i18n_unknown = 'tw';
@define('MEDIA_TITLE', 'TITLE-Attribute (will be displayed on mouse over)');
@define('QUICKSEARCH_SORT', 'How should search-results be sorted?');
@define('QUICKSEARCH_SORT_RELEVANCE', 'Relevance');