11 lines
210 B
PHP
11 lines
210 B
PHP
<?php
|
|
/* Theme information */
|
|
/*
|
|
* 2005-01-25 by Michael Keck (mkkeck@users.sourceforge.net)
|
|
* for 2.6.1 and higher
|
|
*/
|
|
$theme_name = 'XAMPP (Apachefriends.org)';
|
|
$theme_version = 2;
|
|
$theme_generation = 2;
|
|
?>
|