From 80d4f5cf3d2d48fb095d0a2c7013dc3d99ae0065 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Tue, 19 Mar 2013 23:02:21 +0100 Subject: correction petit bug entryController + petites améliorations design MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/entryController.php | 1 + app/views/index/index.phtml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'app') 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)) { feed (true); ?> -
  • favicon <?php echo $feed->name (); ?> name (); ?>
  • +
  • favicon <?php echo $feed->name (); ?> name (); ?>
  • title (); ?>

  • le date (); ?>
  • -- cgit v1.2.3