Gepostet am:07.04.2005 12:30
#14
Re: Block wird nicht richtig angezeigt
07.04.2005 12:30 Gerne!!
<ul>
<{foreach item=news from=$block.stories}>
<li>
<a href="<{$xoops_url}>/modules/news/article.php?storyid=<{$news.id}>"><{$news.title}><{$block.bodytext|truncate:255}></a>
</li>
<{/foreach}>
</ul>

