Fix sidebar not displayed in BS4 theme
This commit is contained in:
@@ -89,7 +89,7 @@ $template_config = array(
|
|||||||
'primary' => BS_PRIMARY)
|
'primary' => BS_PRIMARY)
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'var' => 'bs_rss',
|
'var' => 'bs_feeds',
|
||||||
'name' => BS_RSS,
|
'name' => BS_RSS,
|
||||||
'type' => 'boolean',
|
'type' => 'boolean',
|
||||||
'default' => true
|
'default' => true
|
||||||
@@ -108,4 +108,4 @@ serendipity_loadGlobalThemeOptions($template_config, $template_loaded_config, $t
|
|||||||
|
|
||||||
if ($_SESSION['serendipityUseTemplate']) {
|
if ($_SESSION['serendipityUseTemplate']) {
|
||||||
$template_loaded_config['use_corenav'] = false;
|
$template_loaded_config['use_corenav'] = false;
|
||||||
}
|
}
|
||||||
|
@@ -94,7 +94,7 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<aside class="col-xs-12 col-lg-4">
|
<aside class="col-xs-12 col-lg-4">
|
||||||
{if $template_option.bs_rss}
|
{if $template_option.bs_feeds}
|
||||||
<section class="serendipity_plugin_rsslinks mb-3">
|
<section class="serendipity_plugin_rsslinks mb-3">
|
||||||
<h3>{$CONST.SYNDICATE_THIS_BLOG}</h3>
|
<h3>{$CONST.SYNDICATE_THIS_BLOG}</h3>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user