diff options
| author | 2014-10-05 17:55:35 +0200 | |
|---|---|---|
| committer | 2014-10-05 17:55:35 +0200 | |
| commit | 64d1026dd979740010088d1f4237f6dc2a4f4cfd (patch) | |
| tree | 31492e338cfff6140a514e687e9e65997fe11e56 /app/layout/header.phtml | |
| parent | d8ed718aab99ad47897fb70ea9086fa704bb912b (diff) | |
Move usersAction into usersController
Diffstat (limited to 'app/layout/header.phtml')
| -rw-r--r-- | app/layout/header.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/header.phtml b/app/layout/header.phtml index 028e63d8a..4b571ef06 100644 --- a/app/layout/header.phtml +++ b/app/layout/header.phtml @@ -74,7 +74,7 @@ if (Minz_Configuration::canLogIn()) { <li class="item"><a href="<?php echo _url('configure', 'shortcut'); ?>"><?php echo _t('shortcuts'); ?></a></li> <li class="item"><a href="<?php echo _url('configure', 'queries'); ?>"><?php echo _t('queries'); ?></a></li> <li class="separator"></li> - <li class="item"><a href="<?php echo _url('configure', 'users'); ?>"><?php echo _t('users'); ?></a></li> + <li class="item"><a href="<?php echo _url('users', 'index'); ?>"><?php echo _t('users'); ?></a></li> <?php $current_user = Minz_Session::param('currentUser', ''); if (Minz_Configuration::isAdmin($current_user)) { |
