Databases Reference
In-Depth Information
We can customize the appearance of this panel—all parameters are located
in themes/themename/layout.inc.php except where noted 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['LeftLogoLin
kWindow'] 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 ) but 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 from the
drop-down menu:
 
Search WWH ::




Custom Search