fixed/added page level docblock

This commit is contained in:
Sebastian Mendel
2007-03-20 13:39:12 +00:00
parent 013eb6a800
commit 505a4c35e7
3 changed files with 14 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
* Theme information
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Darkblue Orange
*/
/**

View File

@@ -1,3 +1,13 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* print css file from theme Original
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Original
*/
?>
/* For printview */
body, table, th, td {
color: #000000;

View File

@@ -4,6 +4,8 @@
* Theme information
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Original
*/
/**