20 lines
246 B
PHP
20 lines
246 B
PHP
<?php
|
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
|
/**
|
|
* Theme information
|
|
*
|
|
* made by GamBit
|
|
*
|
|
* @version $Id$
|
|
* @package phpMyAdmin-theme
|
|
* @subpackage Dark_lime
|
|
*/
|
|
|
|
/**
|
|
*
|
|
*/
|
|
|
|
$theme_name = 'dark_lime';
|
|
$theme_full_version = '2.9';
|
|
?>
|