correction vue

This commit is contained in:
Michael RICOIS 2011-06-13 13:19:05 +00:00
parent fff35c18d7
commit a27f3a9e2e

View File

@ -1,8 +1,7 @@
<div id="paragraph">
<div id="news">
<h2>Information presse (Source Google News &copy;)</h2>
<br />
<ul style="margin-left:50px;">
<div id="news">
<h2>Information presse (Source Google News &copy;)</h2>
<div id="paragraph">
<ul style="margin-left:50px;">
<?php foreach($this->items as $item):?>
<li style="padding-top:2px;">
<a target="_blank" href="<?php echo $item['link'];?>"> Le <?php echo $this->NewsDate($item['pubdate']);?> - <?php echo $item['title'];?></a>