summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-28 20:51:06 +0400
committerAndrew Dolgov <[email protected]>2013-03-28 20:51:06 +0400
commit8aa01d7989807057b2bcac8916c0d1bc627268a8 (patch)
tree6550047facc0bc94ea30fefe4a4accba54ab8311 /index.php
parentb9a06a0e39739b1d810bbb78bc1eef05f7d095cf (diff)
disable SORT_HEADLINES_BY_FEED_DATE; replace with a toolbar newest first order
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 963e5940c..e9db16bb9 100644
--- a/index.php
+++ b/index.php
@@ -178,6 +178,7 @@
dojoType="dijit.form.Select" name="order_by">
<option selected="selected" value="default"><?php echo __('Default') ?></option>
<option value="date_reverse"><?php echo __('Oldest first') ?></option>
+ <option value="feed_dates"><?php echo __('Newest first') ?></option>
</select>
<!-- deprecated -->