diff --git a/functions.php b/functions.php
index d4f7cce99..4e4e8ef0e 100644
--- a/functions.php
+++ b/functions.php
@@ -3757,11 +3757,18 @@
".__('Mark as read')."
- ".__('Selection')."
-
+ ";
+
+ if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) {
+
+ print "
- --------
- ".__("Above active article")."
- ".__("Below active article")."
- - --------
+ - --------
";
+ }
+
+ print "
- ".__('Entire feed')."
";