From 4b5c458a00f234736402a745dfeca008a9086e59 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Mon, 18 Mar 2013 23:00:43 +0100 Subject: Curseur en forme de pointeur au dessus de titre et date de flux_header + ajout de liens de retour à l'accueil au niveau de la conf (fix temporaire du bug #36) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/entryController.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/controllers/entryController.php') diff --git a/app/controllers/entryController.php b/app/controllers/entryController.php index d812587cf..a2fec5b3a 100755 --- a/app/controllers/entryController.php +++ b/app/controllers/entryController.php @@ -98,6 +98,8 @@ class entryController extends ActionController { } public function noteAction () { + View::appendScript (Url::display (array ('c' => 'javascript', 'a' => 'main'))); + $not_found = false; $entryDAO = new EntryDAO (); $catDAO = new CategoryDAO (); -- cgit v1.2.3