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 OpenPHPNuke
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
$cfg['LeftWidth'] = 250; // left frame width
|
||||
/* colors */
|
||||
$cfg['LeftBgColor'] = '#1CC2F8'; // background color for the left frame
|
||||
|
Reference in New Issue
Block a user