summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-25 22:45:40 +0400
committerAndrew Dolgov <[email protected]>2013-03-25 22:45:40 +0400
commit2e4faaacffb69142a294bf761bc9079360135781 (patch)
tree770614a459e5c3abb14b47f80c3f9d92c4777d0f /index.php
parenta6adb136fd366d4e0d417a79bb41a0b4d2578efb (diff)
add unread_first view mode
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 5be6d12a4..c634235ab 100644
--- a/index.php
+++ b/index.php
@@ -160,6 +160,7 @@
<option value="marked"><?php echo __('Starred') ?></option>
<option value="published"><?php echo __('Published') ?></option>
<option value="unread"><?php echo __('Unread') ?></option>
+ <option value="unread_first"><?php echo __('Unread First') ?></option>
<!-- <option value="noscores"><?php echo __('Ignore Scoring') ?></option> -->
</select>