Files
phpmyadmin/pixeline/info.inc.php
2007-05-19 11:07:27 +00:00

21 lines
332 B
PHP

<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Theme information
*
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Pixeline
*/
/**
* Theme by Pixeline (http://www.pixeline.be)
* started from scratches taken of theme XP_dirty
*/
$theme_name = 'Pixeline';
$theme_version = 1;
$theme_generation = 2;
?>