Files
phpmyadmin/silkline/info.inc.php
Marc Delisle 162c5d62e8 new silkline
2007-10-09 16:45:06 +00:00

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;
?>