diff options
| author | 2014-01-25 13:35:30 -0800 | |
|---|---|---|
| committer | 2014-01-25 13:35:30 -0800 | |
| commit | 0233d1d22296dff29e5fac71614a6cb677fa4049 (patch) | |
| tree | a0c57c06a3ea6c99767c341581f2bfabe91374d6 /app/layout/header.phtml | |
| parent | 39149562092e78c0109e9ffbe9211b646b7101e9 (diff) | |
| parent | e98ac32716dfe9343baa5bce7ad2c1e98c40540c (diff) | |
Merge pull request #390 from aledeg/statistics
Ajout de statistiques de l'application
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 b00c30e71..eef53a3fd 100644 --- a/app/layout/header.phtml +++ b/app/layout/header.phtml @@ -74,6 +74,7 @@ if (Minz_Configuration::canLogIn()) { <li class="separator"></li> <li class="item"><a href="<?php echo _url ('configure', 'users'); ?>"><?php echo Minz_Translate::t ('users'); ?></a></li> <li class="separator"></li> + <li class="item"><a href="<?php echo _url ('index', 'stats'); ?>"><?php echo Minz_Translate::t ('stats'); ?></a></li> <li class="item"><a href="<?php echo _url ('index', 'about'); ?>"><?php echo Minz_Translate::t ('about'); ?></a></li> <li class="item"><a href="<?php echo _url ('index', 'logs'); ?>"><?php echo Minz_Translate::t ('logs'); ?></a></li> <?php |
