phpmyadmin/test/classes/_data/gen_version_info/info.inc.php
Hugues Peccatte 42e0bdd47a Fix typos.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-02 18:32:42 +01:00

11 lines
244 B
PHP

<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Full information about theme, including $theme_generation and $theme_version
*
* @package PhpMyAdmin-test
*/
$theme_name = 'Test Theme';
$theme_generation = "2";
$theme_version = "0.3";