mirror of
https://github.com/a2nt/silverstripe-elemental-basics.git
synced 2024-10-22 17:05:54 +02:00
IMPR: SidebarElement header
This commit is contained in:
parent
d96ec299c1
commit
c072890302
@ -1,5 +1,9 @@
|
|||||||
<% with $Page %>
|
<% with $Page %>
|
||||||
<% if $SideBarContent || $SideBarView && $SideBarView.Widgets.Count %>
|
<% if $SideBarContent || $SideBarView && $SideBarView.Widgets.Count %>
|
||||||
|
<% if $ShowTitle %>
|
||||||
|
<h2 class="element__title">$Title</h2>
|
||||||
|
<% end_if %>
|
||||||
|
|
||||||
$SideBarContent
|
$SideBarContent
|
||||||
$SideBarView
|
$SideBarView
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
|
Loading…
Reference in New Issue
Block a user