Skip to content
Code-Schnipsel Gruppen Projekte

feat: add submenu control and brick

Zusammengeführt Michael Danielczok schlägt vor, 36-feat-submenu-control in next-3.x zu mergen.
12 Dateien
+ 1032
0
Änderungen vergleichen
  • Nebeneinander
  • In der Reihe
Dateien
12
+ 13
0
{if $this->getAttribute('showTitle') && $this->getAttribute('frontendTitle')}
<header class="control-header">
<h1>{$this->getAttribute('frontendTitle')}</h1>
</header>
{/if}
{if $this->getAttribute('content') != ""}
<div class="control-content">
{$this->getAttribute('content')}
</div>
{/if}
{$Submenu->create()}
\ No newline at end of file