Compare commits

...

3 Commits

Author SHA1 Message Date
Tony Air e9f428279c IMPR: SidebarElement header 2023-09-30 23:53:20 +02:00
Tony Air f52190ab29 IMPR: SidebarElement header 2023-09-30 23:50:57 +02:00
Tony Air c072890302 IMPR: SidebarElement header 2023-09-30 23:46:50 +02:00
1 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
<% with $Page %>
<% if $SideBarContent || $SideBarView && $SideBarView.Widgets.Count %>
$SideBarContent
$SideBarView
<% if $Up.ShowTitle %>
<h2 class="element__title">$Up.Title</h2>
<% end_if %>
<div class="sidebar-content">
$SideBarContent
$SideBarView
</div>
<% end_if %>
<% end_with %>