Damien LASSERRE 28402994a1
2011-05-18 14:54:26 +00:00

10 lines
315 B
PHTML

<div id="paragraph">
<h2>Actualités en directe</h2>
<ol style="margin-left:50px;">
<?php foreach($this->items as $item):?>
<li>
<a target="_blank" href="<?php echo $item['link'];?>"><?php echo utf8_encode($item['title']);?></a>
</li>
<?php endforeach;?>
</ol>
</div>