21 lines
328 B
PHP
21 lines
328 B
PHP
<?php
|
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
|
/**
|
|
* Theme information
|
|
*
|
|
* created 2005-09-15 by Yves De Troeyer (ydt@ydtconcept.org)
|
|
* for 2.6.1 and higher
|
|
*
|
|
* @version $Id$
|
|
* @package phpMyAdmin-theme
|
|
* @subpackage Graphivore
|
|
*/
|
|
|
|
/**
|
|
*
|
|
*/
|
|
$theme_name = 'Graphivore';
|
|
$theme_version = 1;
|
|
$theme_generation = 2;
|
|
?>
|