2011-05-19 15:48:36 +00:00

11 lines
420 B
PHTML

<div id="paragraph">
<h2>Information presse (Source Google News &copy;)</h2>
<br />
<ol style="margin-left:50px;">
<?php foreach($this->items as $item):?>
<li style="padding-top:2px;">
[ <?php echo $this->News($item['pubdate']);?> ] <a target="_blank" href="<?php echo $item['link'];?>"><?php echo utf8_encode($item['title']);?></a>
</li>
<?php endforeach;?>
</ol>
</div>