Database Reference
In-Depth Information
We can customize the appearance of this panel. Generally, all parameters
are located in themes/themename/layout.inc.php unless stated otherwise.
$cfg['LeftWidth'] contains the default width of the left frame in pixels. The
background color is defined in $cfg['LeftBgColor'] with a default value of
'#D0DCE0' . The $cfg['LeftPointerColor'] parameter, with a default value of
' #CCFFCC' , defines the pointer color. (The pointer appears when we are using the
Full mode, discussed shortly.) To activate the left pointer for any theme being used, a
master setting, $cfg['LeftPointerEnable'] , exists in config.inc.php . Its default
value is TRUE .
Logo configuration
The logo display behavior is controlled by a number of parameters. First,
$cfg['LeftDisplayLogo'] has to be set to TRUE , to enable any displaying of
the logo. It is true by default. A click on this logo brings the interface to the
page listed in the $cfg['LeftLogoLink'] parameter, which is usually the main
phpMyAdmin page (default value main.php ), but can be any URL. Finally, the
$cfg['LeftLogoLinkWindow'] parameter indicates in which window the new
page appears after a click on the logo. By default, it's on the main page (value main ).
However, it could be on a brand new window by using the value new .
The logo image itself comes from the logo_left.png file, which is located in each
specific theme directory structure.
Database and table list
The following examples show that no database has been chosen yet:
 
Search WWH ::




Custom Search