From 84745fe2c1ed735d667675134bb55295788f2324 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Sat, 10 Jul 2010 12:31:19 +0000 Subject: [PATCH] better name, and include in menu git-svn-id: http://www.observium.org/svn/observer/trunk@1333 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/print-menubar.php | 8 +++++++- html/pages/{showconfig.inc.php => settings.inc.php} | 0 2 files changed, 7 insertions(+), 1 deletion(-) rename html/pages/{showconfig.inc.php => settings.inc.php} (100%) diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 7cdb3d4429..90e80dc5bc 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -258,11 +258,17 @@ echo('

    • About
    • + = '10') { + echo(' +

    • +
    • Global Settings
    • '); + ?>

    • -
    • My Settings
    • +
    • My Settings
    • = '10') { echo('

    • '); + if (auth_usermanagement()) { echo(' diff --git a/html/pages/showconfig.inc.php b/html/pages/settings.inc.php similarity index 100% rename from html/pages/showconfig.inc.php rename to html/pages/settings.inc.php