25 lines
655 B
PHP
25 lines
655 B
PHP
<?php
|
|
/* info.inc.php 2006/06/19 cybot_tm / 2006/09/20 windkiel */
|
|
|
|
/**
|
|
*
|
|
* differs from theme "original" (2.9) in :
|
|
*
|
|
* working with pma >= 2.8,
|
|
* smaller table margins/paddings
|
|
* border-rounding only working in Geckos like Firefox 1.5 ( -moz...),
|
|
* IE6 ( left pointer/marker working with links ),
|
|
* Opera 7 ~ 9.01 ( switching cursor 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/
|
|
*
|
|
*/
|
|
|
|
/* Theme information */
|
|
$theme_name = 'Grid';
|
|
$theme_version = 2;
|
|
$theme_full_version = '2.9';
|
|
?>
|