summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-11-30 13:51:54 +0300
committerAndrew Dolgov <[email protected]>2018-11-30 13:51:54 +0300
commit9563e3bcd662b87ea6779714b51afb61571dd32d (patch)
tree2e492c27f08380f1e58458f8546f8aea212e64c9 /include/functions.php
parentc8c9a26f3071edc2f0307336b6dd6062e4351773 (diff)
remove expandable CDM headlines
Diffstat (limited to 'include/functions.php')
-rwxr-xr-xinclude/functions.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/functions.php b/include/functions.php
index ba3277b81..1dd9a7a1c 100755
--- a/include/functions.php
+++ b/include/functions.php
@@ -1164,8 +1164,7 @@
"feed_debug_viewfeed" => __("Debug viewfeed()"),
"catchup_all" => __("Mark all feeds as read"),
"cat_toggle_collapse" => __("Un/collapse current category"),
- "toggle_combined_mode" => __("Toggle combined mode"),
- "toggle_cdm_expanded" => __("Toggle auto expand in combined mode")),
+ "toggle_combined_mode" => __("Toggle combined mode")),
__("Go to") => array(
"goto_all" => __("All articles"),
"goto_fresh" => __("Fresh"),
@@ -1233,7 +1232,6 @@
"f *d" => "feed_debug_update",
"f *g" => "feed_debug_viewfeed",
"f *c" => "toggle_combined_mode",
- "f c" => "toggle_cdm_expanded",
"*q" => "catchup_all",
"x" => "cat_toggle_collapse",
// "goto" => array(
@@ -1310,7 +1308,6 @@
$data["num_feeds"] = (int) $num_feeds;
$data['last_article_id'] = Article::getLastArticleId();
- $data['cdm_expanded'] = get_pref('CDM_EXPANDED');
$data['dep_ts'] = calculate_dep_timestamp();
$data['reload_on_ts_change'] = !defined('_NO_RELOAD_ON_TS_CHANGE');