diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2011-01-03 22:31:59 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2011-01-03 22:31:59 +0000 |
| commit | 178edd3c373b04df96629a99f903bc8cf689e23b (patch) | |
| tree | 75053b4ba46bd40143caf15d4bb1abe4e12f9071 /themes | |
| parent | ca412554ae843e2ea3083689774bce926fbe9cef (diff) | |
| download | webtrees-178edd3c373b04df96629a99f903bc8cf689e23b.tar.gz webtrees-178edd3c373b04df96629a99f903bc8cf689e23b.tar.bz2 webtrees-178edd3c373b04df96629a99f903bc8cf689e23b.zip | |
Reversing svn 10308. Sorry Lukasz - that wasn't a typo. admin_use_list.php isn't ready for use yet. Greg and I are still working on it, so the link should remain to the old file for now.
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/_administration/header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/_administration/header.php b/themes/_administration/header.php index 85af99bfb5..0db05a06aa 100644 --- a/themes/_administration/header.php +++ b/themes/_administration/header.php @@ -99,7 +99,7 @@ foreach (get_all_gedcoms() as $ged_id=>$gedcom) { echo '</ul></li>'; if (WT_USER_IS_ADMIN) { echo - '<li><a ', (WT_SCRIPT_NAME=="admin_users_list.php" ? 'class="current" ' : ''), 'href="admin_users_list.php">', + '<li><a ', (WT_SCRIPT_NAME=="admin_users_list.php" ? 'class="current" ' : ''), 'href="useradmin.php">', WT_I18N::translate('Users'), '</a></li>', '<li><ul>', |
