summaryrefslogtreecommitdiff
path: root/themes/colors
diff options
context:
space:
mode:
Diffstat (limited to 'themes/colors')
-rw-r--r--themes/colors/header.php2
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>';