summaryrefslogtreecommitdiff
path: root/mobile/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-28 09:39:35 +0400
committerAndrew Dolgov <[email protected]>2012-12-28 09:39:35 +0400
commit43e706238a78633edb684c2e3b08260b1a91b149 (patch)
tree80110ed832b8f300456f8af837aef98f33e0003b /mobile/prefs.php
parenta83b58f16d4a2d2c748df1435e0f26d8a89e4f5d (diff)
parente236d8763e6b1c16794668d5897dc797938cd41f (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Diffstat (limited to 'mobile/prefs.php')
-rw-r--r--mobile/prefs.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/mobile/prefs.php b/mobile/prefs.php
index 59c2d04ae..6b053dc3b 100644
--- a/mobile/prefs.php
+++ b/mobile/prefs.php
@@ -46,4 +46,9 @@
<div class="toggle" id="SORT_FEEDS_UNREAD" onclick="setPref(this)" toggled="<?php echo mobile_pref_toggled($link, "SORT_FEEDS_UNREAD") ?>"><span class="thumb"></span><span class="toggleOn"><?php echo __('ON') ?></span><span class="toggleOff"><?php echo __('OFF') ?></span></div>
</div>
+<div class="row">
+ <label><?php echo __('Reverse headline order (oldest first)') ?></label>
+ <div class="toggle" id="REVERSE_HEADLINES" onclick="setPref(this)" toggled="<?php echo mobile_pref_toggled($link, "REVERSE_HEADLINES") ?>"><span class="thumb"></span><span class="toggleOn"><?php echo __('ON') ?></span><span class="toggleOff"><?php echo __('OFF') ?></span></div>
+</div>
+
</fieldset>