2011-12-07 15:49:05 +00:00
|
|
|
<?php if(!$this->disable):?>
|
2011-06-13 13:19:05 +00:00
|
|
|
<div id="news">
|
2012-04-19 15:04:13 +00:00
|
|
|
|
|
|
|
<h2>Information presse (Source Google News ©)</h2>
|
|
|
|
|
|
|
|
<div id="paragraph">
|
|
|
|
|
|
|
|
<ul style="margin-left:50px;">
|
|
|
|
<?php foreach($this->items as $item):?>
|
|
|
|
<li style="padding-top:2px;">
|
|
|
|
<a target="_blank" href="<?=$item->link()?>">
|
|
|
|
Le <?=$this->NewsDate($item->pubDate())?> - <?=$item->title()?>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<?php endforeach;?>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
2011-12-07 15:49:05 +00:00
|
|
|
</div>
|
|
|
|
<?php endif;?>
|