12 lines
261 B
PHP
12 lines
261 B
PHP
<?php
|
|
/* $Id$ */
|
|
/* Theme information */
|
|
/* Done By Garvin Hicking, http://www.supergarv.de/
|
|
* updated 2005-01-25 by Michael Keck (mkkeck@users.sourceforge.net)
|
|
* for 2.6.1 and higher
|
|
*/
|
|
$theme_name = 'garvBlue';
|
|
$theme_version = 2;
|
|
$theme_generation = 1;
|
|
?>
|