Skip to content
Code-Schnipsel Gruppen Projekte
Commit 8fdfb82c erstellt von Michael Danielczok's avatar Michael Danielczok
Dateien durchsuchen

feat: CountUpBasic --> title and content will be displayed.

Übergeordneter f9f706bc
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
{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="countUpBasic-wrapper">
{foreach from=$entries item=entry key=key}
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren