<div id="deck">
<div class="block">
<h2 class="news">News</h2>
<ul class="news">
<?php foreach($news as $nitem) { ?>[*]<a href="index.php?mod=news#<?php echo('news_'.$nitem['id']); ?>" title="<?php echo(htmlentities($nitem['title'])); ?>"><?php echo(htmlentities($
nitem['title'])); ?></a>
<?php } ?>[/list]
</div>
<div class="block">
<h2 class="forum">Forum</h2>
<ul class="forum">
<?php foreach($threads as $thread) {?>[*]<a href="index.php?mod=forum&action=view_thread&a mp;id_thread=<?php echo($thread['id']); ?>&page=<?php echo($page); ?>#<?php echo($thread
['last_post_id']); ?>"><?php echo(htmlentities($thread['topic'])); ?></a>
<?php } ?>[/list]
</div>
<div class="block">
<h2 class="gallery">Gallery</h2>
<ul class="gallery">
<?php foreach($galleries as $gal) { ?>[*]
<?php echo(htmlentities($gal['event'])); ?>
<?php } ?>[/list]
</div>
<div class="block">
<h2 class="event">Eventi</h2>
<ul class="event">
<?php foreach($news as $nitem) { ?>[*]
"><?php echo(htmlentities($nitem['title'])); ?>
<?php } ?>[/list]
</div>
<div class="block">
<h2 class="article">Rubrica</h2>
<ul class="article">
<?php foreach($news as $nitem) { ?>[*]
"><?php echo(htmlentities($nitem['title'])); ?>
<?php } ?>[/list]
</div>
</div>