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]
/
hillside
/
info.inc.php
blob
e4e319495509d6c48186bb38c494a8d8cb83fd60
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 hillside
9
*/
10
11
/**
12
*
13
*/
14
$theme_name
=
'Hillside'
;
15
$theme_full_version
=
'1.0'
;
16
?
>