22 lines
429 B
PHP
22 lines
429 B
PHP
<?php
|
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
|
/**
|
|
* Theme information
|
|
*
|
|
*
|
|
* @version $Id$
|
|
* @package phpMyAdmin-theme
|
|
* @subpackage Silkline
|
|
*/
|
|
|
|
/**
|
|
* This theme is based on Pixeline, but it uses the famous Silk-icons.
|
|
* Made by Douwe Ikkuh (http://www.douweikkuh.nl)
|
|
* Fixed (remade) for PMA 2.11 by Lukáš Chmela (http://82.114.202.3/)
|
|
*/
|
|
|
|
$theme_name = 'Silkline';
|
|
$theme_version = 1;
|
|
$theme_generation = 2;
|
|
?>
|