phpmyadmin/themes/original/info.inc.php
2010-05-23 01:22:01 +05:30

17 lines
220 B
PHP
Executable File

<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Theme information
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Original
*/
/**
*
*/
$theme_name = 'Original';
$theme_full_version = '2.9';
?>