fixed/added page level docblock
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin-theme
|
||||
* @subpackage XAMPP
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
$cfg['LeftWidth'] = 180; // left frame width
|
||||
/* colors */
|
||||
$cfg['LeftBgColor'] = '#fb7922'; // background color for the left frame
|
||||
|
Reference in New Issue
Block a user