repo.or.cz
/
phpmyadmin-themes.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Increase theme version
[phpmyadmin-themes.git]
/
xp_blue
/
info.inc.php
blob
f0ce07c9f27b760147cacc6cd6ce80f6955de3d2
1
<
?php
2
/* vim: set expandtab sw=4 ts=4 sts=4: */
3
/**
4
* Theme information
5
*
6
* 2005-01-25 by Michael Keck (mkkeck@users.sourceforge.net)
7
* for 2.6.1 and higher
8
*
9
* @version $Id$
10
* @package phpMyAdmin-theme
11
* @subpackage WinXP_blue
12
*/
13
14
/**
15
*
16
*/
17
$theme_name
=
'WinXP (blue)'
;
18
$theme_version
=
2
;
19
$theme_generation
=
1
;
20
?
>