diff --git a/view/templates/widget_forumlist.tpl b/view/templates/widget_forumlist.tpl index 8f049d9b0f..01f61d6035 100644 --- a/view/templates/widget_forumlist.tpl +++ b/view/templates/widget_forumlist.tpl @@ -11,6 +11,7 @@ function showHideForumlist() { } } +

{{$title}}

@@ -46,6 +47,7 @@ function showHideForumlist() { {{/if}} +
diff --git a/view/theme/vier/wide.css b/view/theme/vier/wide.css index 72c2673261..774c3b1d8e 100644 --- a/view/theme/vier/wide.css +++ b/view/theme/vier/wide.css @@ -2,6 +2,7 @@ right_aside { display: block; } +#forumlist-sidebar-frame, #forumlist-sidebar { display: none; }