Files
phpmyadmin/grid/info.inc.php
Marc Delisle 68dd93c95f new
2006-09-17 13:01:52 +00:00

20 lines
563 B
PHP

<?php
/* info.inc.php 2006/06/19 cybot_tm / 2006/09/17 windkiel */
/**
*
* original/img/ reused , resulting in 7kB .zip file
* successfully tested with pma >= 2.9
* 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 ! )
* pma < 2.9 support only experimental !
*
*/
/* Theme information */
$theme_name = 'Grid';
$theme_full_version = '2.9';
?>