22 lines
383 B
PHP
22 lines
383 B
PHP
<?php
|
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
|
/**
|
|
* Theme information
|
|
*
|
|
* Done By Garvin Hicking, http://www.supergarv.de/
|
|
* updated 2005-01-25 by Michael Keck (mkkeck@users.sourceforge.net)
|
|
* for 2.6.1 and higher
|
|
*
|
|
* @version $Id$
|
|
* @package phpMyAdmin-theme
|
|
* @subpackage garvBlue
|
|
*/
|
|
|
|
/**
|
|
*
|
|
*/
|
|
$theme_name = 'garvBlue';
|
|
$theme_version = 2;
|
|
$theme_generation = 1;
|
|
?>
|