From 775abf73929ba56c36d84d670839dd358cda1abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 2 Feb 2011 13:14:01 +0100 Subject: [PATCH] No longer used variable. As the database name from the navigation frame was dropped, this is useless. --- Documentation.html | 5 ----- themes/darkblue_orange/layout.inc.php | 3 --- themes/original/layout.inc.php | 2 -- 3 files changed, 10 deletions(-) diff --git a/Documentation.html b/Documentation.html index ca12d9595..c8d1fc647 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1803,11 +1803,6 @@ $cfg['TrustedProxies'] =
The style used for the pointer in the navi frame. See themes/themename/layout.inc.php.
-
$cfg['NaviDatabaseNameColor'] string [CSS color]
-
-
The color used for the database name in the navi frame. - See themes/themename/layout.inc.php.
-
$cfg['LeftPointerEnable'] boolean
A value of TRUE activates the navi pointer (when LeftFrameLight is FALSE).
diff --git a/themes/darkblue_orange/layout.inc.php b/themes/darkblue_orange/layout.inc.php index 617ee9606..6c389f1de 100644 --- a/themes/darkblue_orange/layout.inc.php +++ b/themes/darkblue_orange/layout.inc.php @@ -31,9 +31,6 @@ $GLOBALS['cfg']['NaviPointerColor'] = '#000000'; // background of the pointer in navi frame $GLOBALS['cfg']['NaviPointerBackground'] = '#9999cc'; -// text color of the selected database name (when showing the table list) -$GLOBALS['cfg']['NaviDatabaseNameColor'] = '#ff9900'; - /** * main frame */ diff --git a/themes/original/layout.inc.php b/themes/original/layout.inc.php index 604982aeb..73bd7b74b 100644 --- a/themes/original/layout.inc.php +++ b/themes/original/layout.inc.php @@ -24,8 +24,6 @@ $GLOBALS['cfg']['NaviBackground'] = '#D0DCE0'; $GLOBALS['cfg']['NaviPointerColor'] = '#000000'; // background of the pointer in navi frame $GLOBALS['cfg']['NaviPointerBackground'] = '#9999CC'; -// text color of the selected database name (when showing the table list) -$GLOBALS['cfg']['NaviDatabaseNameColor'] = '#0000FF'; /** * main frame