Skip to content
Code-Schnipsel Gruppen Projekte

Release

Zusammengeführt Jan Wennrich requested to merge next-2.x into main
5 Dateien
+ 97
69
Änderungen vergleichen
  • Nebeneinander
  • In der Reihe
Dateien
5
{$body}
{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}
<div class="control-template">
{$timelineHtml}
</div>
Lade