mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
feature 288: manage rates for administrators
git-svn-id: http://piwigo.org/svn/trunk@1042 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -259,7 +259,7 @@ function get_category_preferred_image_orders()
|
||||
global $conf;
|
||||
return array(
|
||||
array('Default', '', true),
|
||||
array(l10n('best_rated_cat'), 'average_rate DESC', $conf['rate']),
|
||||
array(l10n('Average rate'), 'average_rate DESC', $conf['rate']),
|
||||
array(l10n('most_visited_cat'), 'hit DESC', true),
|
||||
array(l10n('Creation date'), 'date_creation DESC', true),
|
||||
array(l10n('Availability date'), 'date_available DESC', true),
|
||||
|
||||
Reference in New Issue
Block a user