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]
/
very_small
/
info.inc.php
blob
7fc4afe64ee9ff480d6d650a412e1f46ee54f30d
1
<
?php
2
/* vim: set expandtab sw=4 ts=4 sts=4: */
3
/**
4
* Theme information
5
*
6
* @version $Id$
7
* @package phpMyAdmin-theme
8
* @subpackage Very_small
9
*/
10
11
/**
12
*
13
*/
14
$theme_name
=
'Very small'
;
15
$theme_version
=
3
;
16
$theme_generation
=
2
;
17
?
>