Fix broken sidebar in bootstrap4 theme
This commit is contained in:
@ -1,6 +1,9 @@
|
|||||||
Version 2.4-alpha1 ()
|
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
|
* templates/2k11/admin/comments.tpl: Stay on the same page after
|
||||||
approving a comment; truncate comments to the same length (200)
|
approving a comment; truncate comments to the same length (200)
|
||||||
as given by /include/admin/comments.php
|
as given by /include/admin/comments.php
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<div id="serendipity{$pluginside}SideBar">
|
<div id="serendipity{$pluginside}SideBar">
|
||||||
{/if}
|
{/if}
|
||||||
{foreach from=$plugindata item=item}
|
{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">
|
<section class="{$item.class} mb-3">
|
||||||
{if $item.title != ""}
|
{if $item.title != ""}
|
||||||
<h3>{$item.title}</h3>
|
<h3>{$item.title}</h3>
|
||||||
|
Reference in New Issue
Block a user