fixed/added page level docblock
This commit is contained in:
@@ -1,9 +1,19 @@
|
||||
<?php
|
||||
/* Theme information */
|
||||
/*
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* Theme information
|
||||
*
|
||||
* 2005-01-25 by Michael Keck (mkkeck@users.sourceforge.net)
|
||||
* for 2.6.1 and higher
|
||||
*/
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin-theme
|
||||
* @subpackage XAMPP
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
$theme_name = 'XAMPP (Apachefriends.org)';
|
||||
$theme_version = 2;
|
||||
$theme_generation = 1;
|
||||
|
Reference in New Issue
Block a user