Skip to content
Code-Schnipsel Gruppen Projekte

Next 3.x

Zusammengeführt Michael Danielczok requested to merge next-3.x into main
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
Lade