diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-01-01 21:56:33 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-01-01 21:56:33 +0000 |
| commit | 1434b0b6256fd5977df1ac1501ff47d3ed2a812c (patch) | |
| tree | 1256ca9d9c93c58c6ef63372aca0ff482fb2d424 /themes/colors | |
| parent | 57a7f1e2bc306337c4d432888d2de2229424cf16 (diff) | |
| download | webtrees-1434b0b6256fd5977df1ac1501ff47d3ed2a812c.tar.gz webtrees-1434b0b6256fd5977df1ac1501ff47d3ed2a812c.tar.bz2 webtrees-1434b0b6256fd5977df1ac1501ff47d3ed2a812c.zip | |
Merge admin.php and administration.php
Diffstat (limited to 'themes/colors')
| -rw-r--r-- | themes/colors/header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/colors/header.php b/themes/colors/header.php index b3a9179718..e70b419402 100644 --- a/themes/colors/header.php +++ b/themes/colors/header.php @@ -118,7 +118,7 @@ if ($view!='simple') { '<li><a href="edituser.php" class="icon_color">', getUserFullName(WT_USER_ID), '</a></li>', ' | <li>', logout_link('class="icon_color"'), '</li>'; if (WT_USER_GEDCOM_ADMIN) { - echo ' | <li><a href="administration.php" class="icon_color">', i18n::translate('Administration'), '</a></li>'; + echo ' | <li><a href="admin.php" class="icon_color">', i18n::translate('Administration'), '</a></li>'; } if (WT_USER_CAN_ACCEPT && exists_pending_change()) { echo ' | <li><a href="javascript:;" onclick="window.open(\'edit_changes.php\',\'_blank\',\'width=600,height=500,resizable=1,scrollbars=1\'); return false;" style="color:red;">', i18n::translate('Pending changes'), '</a></li>'; |
