Files
phpmyadmin/grid/info.inc.php
2007-03-20 13:39:12 +00:00

27 lines
714 B
PHP

<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* 2007-02-11 working with version 2.8 .. 2.1x.x ...
* differs from theme "original" (2.9) in:
*
* smaller table margins/paddings
* border-rounding only working in Geckos like Firefox 1 .. 2 ( -moz...),
* IE6 ( left pointer/marker working with links ),
* Opera 7 ~ 9.01 ( changing cursor "error.ico" on hover not supported )
* ( Opera 9.01 needs a Ctrl F5 or restart to show theme/fontsize changes ! )
*
* comments, suggestions, bugreports are welcome:
* http://sourceforge.net/users/windkiel/
*
* @version $Id$
* @package phpMyAdmin-theme
* @subpackage Grid
*/
/**
*
*/
$theme_name = 'Grid';
$theme_version = 2;
$theme_full_version = '2.9';
?>