diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-01-01 21:41:32 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-01-01 21:41:32 +0000 |
| commit | 14eccebd9cb0c2c9902b91694fbfe89f44f87bd8 (patch) | |
| tree | bc6dcd3a31b78b966fab6d0873744a2d825bb87b /themes/colors | |
| parent | 594f309cc36a8917f29b0aaa92694a8909688118 (diff) | |
| download | webtrees-14eccebd9cb0c2c9902b91694fbfe89f44f87bd8.tar.gz webtrees-14eccebd9cb0c2c9902b91694fbfe89f44f87bd8.tar.bz2 webtrees-14eccebd9cb0c2c9902b91694fbfe89f44f87bd8.zip | |
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 e70b419402..b3a9179718 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="admin.php" class="icon_color">', i18n::translate('Administration'), '</a></li>'; + echo ' | <li><a href="administration.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>'; |
