No longer used variable.

As the database name from the navigation frame was dropped, this is
useless.
This commit is contained in:
Michal Čihař
2011-02-02 13:14:01 +01:00
parent 51da49153d
commit 775abf7392
3 changed files with 0 additions and 10 deletions

View File

@@ -1803,11 +1803,6 @@ $cfg['TrustedProxies'] =
<dd>The style used for the pointer in the navi frame. <dd>The style used for the pointer in the navi frame.
See <tt>themes/themename/layout.inc.php</tt>.</dd> See <tt>themes/themename/layout.inc.php</tt>.</dd>
<dt id="cfg_NaviDatabaseNameColor">$cfg['NaviDatabaseNameColor'] string [CSS color]<br />
</dt>
<dd>The color used for the database name in the navi frame.
See <tt>themes/themename/layout.inc.php</tt>.</dd>
<dt id="cfg_LeftPointerEnable">$cfg['LeftPointerEnable'] boolean</dt> <dt id="cfg_LeftPointerEnable">$cfg['LeftPointerEnable'] boolean</dt>
<dd>A value of <tt>TRUE</tt> activates the navi pointer (when LeftFrameLight <dd>A value of <tt>TRUE</tt> activates the navi pointer (when LeftFrameLight
is <tt>FALSE</tt>).</dd> is <tt>FALSE</tt>).</dd>

View File

@@ -31,9 +31,6 @@ $GLOBALS['cfg']['NaviPointerColor'] = '#000000';
// background of the pointer in navi frame // background of the pointer in navi frame
$GLOBALS['cfg']['NaviPointerBackground'] = '#9999cc'; $GLOBALS['cfg']['NaviPointerBackground'] = '#9999cc';
// text color of the selected database name (when showing the table list)
$GLOBALS['cfg']['NaviDatabaseNameColor'] = '#ff9900';
/** /**
* main frame * main frame
*/ */

View File

@@ -24,8 +24,6 @@ $GLOBALS['cfg']['NaviBackground'] = '#D0DCE0';
$GLOBALS['cfg']['NaviPointerColor'] = '#000000'; $GLOBALS['cfg']['NaviPointerColor'] = '#000000';
// background of the pointer in navi frame // background of the pointer in navi frame
$GLOBALS['cfg']['NaviPointerBackground'] = '#9999CC'; $GLOBALS['cfg']['NaviPointerBackground'] = '#9999CC';
// text color of the selected database name (when showing the table list)
$GLOBALS['cfg']['NaviDatabaseNameColor'] = '#0000FF';
/** /**
* main frame * main frame