summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-04 20:44:55 +0400
committerAndrew Dolgov <[email protected]>2013-04-04 20:44:55 +0400
commitf3b2e7d41fce72344295150cac4e15a1ad97dfa0 (patch)
tree0c2a641fdf1c43b25719ac5e10f18f6d09db720b /index.php
parentba1c7d7cc9984fbee8fa3be2a1359e0957a51b78 (diff)
add back sorting by title
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 a8cc38ca3..b3f63d461 100644
--- a/index.php
+++ b/index.php
@@ -185,6 +185,7 @@
<option selected="selected" value="default"><?php echo __('Default') ?></option>
<option value="feed_dates"><?php echo __('Newest first') ?></option>
<option value="date_reverse"><?php echo __('Oldest first') ?></option>
+ <option value="title"><?php echo __('Title') ?></option>
</select>
<div dojoType="dijit.form.ComboButton" onclick="catchupCurrentFeed()">