22 lines
339 B
PHP
22 lines
339 B
PHP
<?php
|
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
|
/**
|
|
* Theme information
|
|
*
|
|
* Theme by [OTD]Spockman(spockman@otd-clan.org)
|
|
* Based on WinXP Theme
|
|
* for 2.6.0 to 2.7.0
|
|
*
|
|
* @version $Id$
|
|
* @package phpMyAdmin-theme
|
|
* @subpackage WinXP_Dirty
|
|
*/
|
|
|
|
/**
|
|
*
|
|
*/
|
|
$theme_name = 'WinXP Dirty';
|
|
$theme_version = 2;
|
|
$theme_generation = 2;
|
|
?>
|