1
0

Fix broken sidebar in bootstrap4 theme

This commit is contained in:
Matthias Mees
2020-05-03 19:49:07 +02:00
parent a3007dd5f9
commit 3bc302fbcf
2 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
Version 2.4-alpha1 ()
------------------------------------------------------------------------
* template/bootstrap4/sidebar.tpl: fix usage of wrong template
variable which prevented the sidebar from being emitted.
* templates/2k11/admin/comments.tpl: Stay on the same page after
approving a comment; truncate comments to the same length (200)
as given by /include/admin/comments.php

View File

@ -2,7 +2,7 @@
<div id="serendipity{$pluginside}SideBar">
{/if}
{foreach from=$plugindata item=item}
{if $template_option.bs_rss && $item.class != "serendipity_plugin_syndication"}
{if $template_option.bs_feeds && $item.class != "serendipity_plugin_syndication"}
<section class="{$item.class} mb-3">
{if $item.title != ""}
<h3>{$item.title}</h3>