Files
phpmyadmin/themes/original/info.inc.php
Sebastian Mendel 326eb9dab5 - updated theme
- added version, to include only needed styles
2005-11-24 07:15:55 +00:00

9 lines
146 B
PHP

<?php
/* $Id$ */
/* Theme information */
$theme_name = 'Original';
$theme_version = 2;
$theme_generation = 2;
$theme_full_version = '2.7.0.0';
?>