Files
phpmyadmin/paradice/info.inc.php
Andy Scherzinger cc8f34c056 Paradice 3.0b
2010-06-15 12:57:48 -04:00

17 lines
305 B
PHP

<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Theme information
*
* @version $Id: info.inc.php 12 2008-05-28 20:51:41Z andyscherzinger $
* @package phpMyAdmin-theme
* @subpackage Paradice
*/
/**
* Theme information
*/
$theme_name = 'Paradice';
$theme_full_version = '2.9';
?>