fixed/added page level docblock

This commit is contained in:
Sebastian Mendel
2007-03-20 13:39:12 +00:00
parent ccaf2fe16f
commit 4b9e009caf
94 changed files with 977 additions and 130 deletions

View File

@@ -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 Original Small
*/
// unplanned execution path
if (!defined('PMA_MINIMUM_COMMON')) {
exit();

View File

@@ -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 Original Small
*/
?>
/* For printview */
body, table, th, td {
color: #000000;

View File

@@ -1,4 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* main css file from theme
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Original Small
*/
// unplanned execution path
if (!defined('PMA_MINIMUM_COMMON')) {
exit();

View File

@@ -1,6 +1,17 @@
<?php
/* $Id$ */
/* Theme information */
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Theme information
*
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Original Small
*/
/**
*
*/
$theme_name = 'Original small';
$theme_full_version = '2.9';
?>

View File

@@ -1,7 +1,12 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* configures general layout
* for detailed layout configuration please refer to the css files
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Original Small
*/
/**