diff options
| author | 2013-03-18 23:00:43 +0100 | |
|---|---|---|
| committer | 2013-03-18 23:00:43 +0100 | |
| commit | 4b5c458a00f234736402a745dfeca008a9086e59 (patch) | |
| tree | 5ec97b9661aaf5a9beb65e24b71eed64965228c0 /app/controllers/entryController.php | |
| parent | 88a36ec231ba717b05b3c817d484bb682871eadc (diff) | |
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)
Diffstat (limited to 'app/controllers/entryController.php')
| -rwxr-xr-x | app/controllers/entryController.php | 2 |
1 files changed, 2 insertions, 0 deletions
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 (); |
