diff --git a/config.inc.php b/config.inc.php index ddde116f..aa157499 100644 --- a/config.inc.php +++ b/config.inc.php @@ -280,9 +280,6 @@ $CONF['fetchmail_extra_options'] = 'NO'; $CONF['show_header_text'] = 'NO'; $CONF['header_text'] = ':: Postfix Admin ::'; -// link to display under 'Main' menu when logged in as a user. -$CONF['user_footer_link'] = "http://change-this-to-your.domain.tld/main"; - // Footer // Below information will be on all pages. // If you don't want the footer information to appear set this to 'NO'. diff --git a/configs/menu.conf b/configs/menu.conf index 288c3b08..e208b64b 100644 --- a/configs/menu.conf +++ b/configs/menu.conf @@ -26,6 +26,7 @@ url_viewlog = viewlog.php url_logout = logout.php # user-menu +url_user_main = main.php url_user_edit_alias = edit-alias.php url_user_vacation = vacation.php url_user_password = password.php diff --git a/templates/users_menu.tpl b/templates/users_menu.tpl index 3f0c7e14..4a439f57 100644 --- a/templates/users_menu.tpl +++ b/templates/users_menu.tpl @@ -1,6 +1,6 @@