This commit is contained in:
steven 2025-08-11 22:23:30 +02:00
commit 72a26edcff
22092 changed files with 2101903 additions and 0 deletions

34
template/tpl/home.tpl Normal file
View file

@ -0,0 +1,34 @@
<br /><br />
{foreach from=$news item=news}
<div class="widget collapsible" style="background-color: #333333">
<header><h2>{$news.titel} <span style="float:right"> {$news.time|date_format:"%d.%m.%Y"} um {$news.time|date_format:"%H:%M"} Uhr </span></h2></header>
<section>
<p>{$news.text}</p>
<br /> <span style="float:right">Poster: {$news.poster}</span>
<br />
</section>
</div>
{/foreach}