diff options
| author | 2013-03-19 23:02:21 +0100 | |
|---|---|---|
| committer | 2013-03-19 23:02:21 +0100 | |
| commit | 80d4f5cf3d2d48fb095d0a2c7013dc3d99ae0065 (patch) | |
| tree | ef84163f829aa87e7185e0596d646edfaab1dd6e /app | |
| parent | 8f65ce0e64aefae6afa273efdb744599f43a9335 (diff) | |
correction petit bug entryController + petites améliorations design
Diffstat (limited to 'app')
| -rwxr-xr-x | app/controllers/entryController.php | 1 | ||||
| -rw-r--r-- | app/views/index/index.phtml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/app/controllers/entryController.php b/app/controllers/entryController.php index a2fec5b3a..e3c4fe165 100755 --- a/app/controllers/entryController.php +++ b/app/controllers/entryController.php @@ -9,6 +9,7 @@ class entryController extends ActionController { ); } + $this->params = array (); $this->redirect = false; $ajax = Request::param ('ajax'); if ($ajax) { diff --git a/app/views/index/index.phtml b/app/views/index/index.phtml index 2ac39b42b..53d7a2412 100644 --- a/app/views/index/index.phtml +++ b/app/views/index/index.phtml @@ -50,7 +50,7 @@ if (isset ($this->entryPaginator)) { </li> <?php } ?> <?php $feed = $item->feed (true); ?> - <li class="item website"><a target="_blank" href="<?php echo $feed->website (); ?>"><img class="favicon" src="http://g.etfv.co/<?php echo $feed->website (); ?>" alt="favicon <?php echo $feed->name (); ?>" /> <?php echo $feed->name (); ?></a></li> + <li class="item website"><a target="_blank" href="<?php echo $feed->website (); ?>"><img class="favicon" src="http://g.etfv.co/<?php echo $feed->website (); ?>" alt="favicon <?php echo $feed->name (); ?>" /> <span><?php echo $feed->name (); ?></span></a></li> <li class="item title"><h1><?php echo $item->title (); ?></h1></li> <li class="item date">le <?php echo $item->date (); ?></li> <li class="item link"><a target="_blank" href="<?php echo $item->link (); ?>"> </a></li> |
