Files
phpmyadmin/openphpnuke/info.inc.php
2007-03-20 13:39:12 +00:00

21 lines
320 B
PHP

<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Theme information
*
* 2005-04-13 by DigitalPixel @ www.openphpnuke.info
* for 2.6.0 or higher
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage OpenPHPNuke
*/
/**
*
*/
$theme_name = 'OpenPHPNuke';
$theme_version = 2;
$theme_generation = 1;
?>