12 lines
207 B
PHP
12 lines
207 B
PHP
<?php
|
|
/* $Id$ */
|
|
/* Theme information */
|
|
/*
|
|
* created 2005-09-15 by Yves De Troeyer (ydt@ydtconcept.org)
|
|
* for 2.6.1 and higher
|
|
*/
|
|
$theme_name = 'Graphivore';
|
|
$theme_version = 1;
|
|
$theme_generation = 2;
|
|
?>
|