mirror of
https://github.com/bckelley/blueberry-pma-theme.git
synced 2026-08-24 03:04:11 -05:00
18 lines
233 B
PHP
18 lines
233 B
PHP
<?php
|
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
|
/**
|
|
* Theme information
|
|
*
|
|
*
|
|
* @version $Id$
|
|
* @package phpMyAdmin-theme
|
|
* @subpackage Crimson-Gray
|
|
*/
|
|
|
|
/**
|
|
*
|
|
*/
|
|
$theme_name = 'Crimson-Gray';
|
|
$theme_full_version = '3.0';
|
|
?>
|