Fixed the NaviBackground configuration directive for pmahomme theme

This commit is contained in:
Rouslan Placella 2012-07-17 17:14:42 +01:00
parent ced09341ff
commit fbe07f8d50
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
top: 0;
<?php echo $left; ?>: 0;
height: 100%;
background: url(./themes/pmahomme/img/left_nav_bg.png) repeat-y right 0% #f3f3f3;
background: url(./themes/pmahomme/img/left_nav_bg.png) repeat-y right 0% <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
}

View File

@ -18,7 +18,7 @@ $GLOBALS['cfg']['NaviWidth'] = 240;
$GLOBALS['cfg']['NaviColor'] = '#000';
// background for the navi frame
$GLOBALS['cfg']['NaviBackground'] = '#D0DCE0';
$GLOBALS['cfg']['NaviBackground'] = '#f3f3f3';
// foreground (text) color of the pointer in navi frame
$GLOBALS['cfg']['NaviPointerColor'] = '#000';