From f30de8449fbbd88bf6a176a65321dabc5d340975 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. Backported from master branch. Signed-off-by: Thomas Hochstein --- 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 b2982947..3d1d9252 100644 --- a/templates/bootstrap4/config.inc.php +++ b/templates/bootstrap4/config.inc.php @@ -89,7 +89,7 @@ $template_config = array( 'primary' => BS_PRIMARY) ), array( - 'var' => 'bs_rss', + 'var' => 'bs_feeds', 'name' => BS_RSS, 'type' => 'boolean', 'default' => true @@ -108,4 +108,4 @@ serendipity_loadGlobalThemeOptions($template_config, $template_loaded_config, $t 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 8d6a56c4..28bc8dc9 100644 --- a/templates/bootstrap4/index.tpl +++ b/templates/bootstrap4/index.tpl @@ -94,7 +94,7 @@