Initial commit
This commit is contained in:
commit
43ad32700c
7085 changed files with 447606 additions and 0 deletions
9
modules/news/templates/default/news.tpl
Normal file
9
modules/news/templates/default/news.tpl
Normal file
|
@ -0,0 +1,9 @@
|
|||
<h2>News</h2>
|
||||
{foreach from=$news item=n}
|
||||
<h3>{$n.title}</h3>
|
||||
<p class="post-by">Written by {$n.username} on {$n.date}</p>
|
||||
{if $n.picture!=""}<div class="newsimage"><img class="newsimage" src="/newsimages/{$n.picture}" alt="{$n.name}"/></div>{/if}
|
||||
{$n.text}
|
||||
{if $edituser!=""}<br /><font size="1pt">(zuletzt editiert am {$editdate}, von {$edituser})</font><br />{/if}
|
||||
{foreachelse}
|
||||
{/foreach}
|
Loading…
Add table
Add a link
Reference in a new issue