diff options
| author | 2014-01-22 19:06:46 -0500 | |
|---|---|---|
| committer | 2014-01-25 15:15:04 -0500 | |
| commit | e98ac32716dfe9343baa5bce7ad2c1e98c40540c (patch) | |
| tree | 82a42a588a60e6e7e450a037243ecb32dd632b82 /app/layout/header.phtml | |
| parent | 3ddffcfe5d0914e93e416c73d239f1555d508e9c (diff) | |
Ajout de statistiques de l'application
Conflicts:
app/i18n/en.php
app/i18n/fr.php
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 |
