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]
/
pixeline
/
info.inc.php
blob
ebffa61b9ef2119b0cdb1481fea971129b5885d1
1
<
?php
2
/* vim: set expandtab sw=4 ts=4 sts=4: */
3
/**
4
* Theme information
5
*
6
*
7
* @version $Id$
8
* @package phpMyAdmin-theme
9
* @subpackage Pixeline
10
*/
11
12
/**
13
* Theme by Pixeline (http://www.pixeline.be)
14
* started from scratches taken of theme XP_dirty
15
*/
16
17
$theme_name
=
'Pixeline'
;
18
$theme_version
=
1
;
19
$theme_generation
=
2
;
20
?
>