21 lines
332 B
PHP
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;
|
|
?>
|