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
Merge branch 'toba'
[phpmyadmin-themes.git]
/
paradice
/
info.inc.php
blob
1fbbed97efd8cfc5e7fb42c199007f3560130bec
1
<
?php
2
/* vim: set expandtab sw=4 ts=4 sts=4: */
3
/**
4
* Theme information
5
*
6
* @version $Id: info.inc.php 12 2008-05-28 20:51:41Z andyscherzinger $
7
* @package phpMyAdmin-theme
8
* @subpackage Paradice
9
*/
10
11
/**
12
* Theme information
13
*/
14
$theme_name
=
'Paradice'
;
15
$theme_full_version
=
'2.9'
;
16
?
>