feaure:2379 option to display user comments sorted new>old instead of old>new

git-svn-id: http://piwigo.org/svn/trunk@12894 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2012-01-15 17:05:30 +00:00
parent 24eafada3e
commit e673454e05
9 changed files with 84 additions and 2 deletions
+4 -1
View File
@@ -419,7 +419,10 @@ switch ($page['section'])
'comments',
array(
'NB_COMMENTS_PAGE'=>$conf['nb_comment_page'],
));
'comments_order'=>$conf['comments_order'],
'comments_order_options'=> $sort_directions
)
);
foreach ($comments_checkboxes as $checkbox)
{