init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
34
template/tpl/home.tpl
Normal file
34
template/tpl/home.tpl
Normal 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}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue