12 lines
198 B
PHP
12 lines
198 B
PHP
<?php
|
|
/* $Id$ */
|
|
/* Theme information */
|
|
/*
|
|
* 2005-04-13 by DigitalPixel @ www.openphpnuke.info
|
|
* for 2.6.0 or higher
|
|
*/
|
|
$theme_name = 'OpenPHPNuke';
|
|
$theme_version = 2;
|
|
$theme_generation = 1;
|
|
?>
|