diff options
| author | 2013-06-15 16:42:50 +0200 | |
|---|---|---|
| committer | 2013-06-15 16:42:50 +0200 | |
| commit | fafddf2a20748cdbda1f974338528c8e488f4b11 (patch) | |
| tree | a81d7ff4049a8d2a54f9d125e0e91d7ab26ac507 /app/layout/header.phtml | |
| parent | 1863153b966af00078869b6634df1daa22cdcbfe (diff) | |
Fix issue #73 : ajout d'une page pour visualiser les logs
Diffstat (limited to 'app/layout/header.phtml')
| -rw-r--r-- | app/layout/header.phtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/layout/header.phtml b/app/layout/header.phtml index 2e84f7f4d..4131f8687 100644 --- a/app/layout/header.phtml +++ b/app/layout/header.phtml @@ -54,6 +54,7 @@ <li class="item"><a href="<?php echo _url ('configure', 'shortcut'); ?>"><?php echo Translate::t ('shortcuts'); ?></a></li> <li class="separator"></li> <li class="item"><a href="<?php echo _url ('index', 'about'); ?>"><?php echo Translate::t ('about'); ?></a></li> + <li class="item"><a href="<?php echo _url ('index', 'logs'); ?>"><?php echo Translate::t ('logs'); ?></a></li> </ul> </div> </div> |
