From 464c1319adedb569cda92879fed75eec116c0311 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Fri, 20 Sep 2019 21:53:58 +0200 Subject: [PATCH] Fix sidebar not displayed in BS4 theme --- templates/bootstrap4/config.inc.php | 4 ++-- templates/bootstrap4/index.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/bootstrap4/config.inc.php b/templates/bootstrap4/config.inc.php index b29829477..3d1d92525 100644 --- a/templates/bootstrap4/config.inc.php +++ b/templates/bootstrap4/config.inc.php @@ -89,7 +89,7 @@ 'primary' => BS_PRIMARY) ), array( - 'var' => 'bs_rss', + 'var' => 'bs_feeds', 'name' => BS_RSS, 'type' => 'boolean', 'default' => true @@ -108,4 +108,4 @@ if ($_SESSION['serendipityUseTemplate']) { $template_loaded_config['use_corenav'] = false; -} \ No newline at end of file +} diff --git a/templates/bootstrap4/index.tpl b/templates/bootstrap4/index.tpl index 8d6a56c4e..28bc8dc97 100644 --- a/templates/bootstrap4/index.tpl +++ b/templates/bootstrap4/index.tpl @@ -94,7 +94,7 @@