correction vue
This commit is contained in:
parent
fff35c18d7
commit
a27f3a9e2e
@ -1,8 +1,7 @@
|
|||||||
<div id="paragraph">
|
<div id="news">
|
||||||
<div id="news">
|
<h2>Information presse (Source Google News ©)</h2>
|
||||||
<h2>Information presse (Source Google News ©)</h2>
|
<div id="paragraph">
|
||||||
<br />
|
<ul style="margin-left:50px;">
|
||||||
<ul style="margin-left:50px;">
|
|
||||||
<?php foreach($this->items as $item):?>
|
<?php foreach($this->items as $item):?>
|
||||||
<li style="padding-top:2px;">
|
<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>
|
<a target="_blank" href="<?php echo $item['link'];?>"> Le <?php echo $this->NewsDate($item['pubdate']);?> - <?php echo $item['title'];?></a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user