fixed/added page level docblock
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* navigation css file from theme
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin-theme
|
||||
* @subpackage OpenPHPNuke
|
||||
*/
|
||||
|
||||
if (isset($num_dbs) && $num_dbs == '0') {
|
||||
?>
|
||||
/* No layer effects neccessary */
|
||||
|
@@ -1,3 +1,13 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* print css file from theme
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin-theme
|
||||
* @subpackage OpenPHPNuke
|
||||
*/
|
||||
?>
|
||||
/* For printview */
|
||||
body{
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
|
@@ -1,3 +1,14 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* main css file from theme
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin-theme
|
||||
* @subpackage OpenPHPNuke
|
||||
*/
|
||||
?>
|
||||
|
||||
body {font:<?php echo $font_size; ?> Arial,Verdana,Helvetica,sans-serif; color:#000000; background:#FFFFFF url(themes/openphpnuke/img/vertical_line.png) repeat-y;}
|
||||
|
||||
pre, tt {font-size:<?php echo $font_size; ?>;}
|
||||
|
@@ -1,10 +1,19 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
/* Theme information */
|
||||
/*
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* Theme information
|
||||
*
|
||||
* 2005-04-13 by DigitalPixel @ www.openphpnuke.info
|
||||
* for 2.6.0 or higher
|
||||
*/
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin-theme
|
||||
* @subpackage OpenPHPNuke
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
$theme_name = 'OpenPHPNuke';
|
||||
$theme_version = 2;
|
||||
$theme_generation = 1;
|
||||
|
@@ -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