Files
phpmyadmin/grid/info.inc.php
Marc Delisle 19eef86fbb 2.9a
2006-09-24 21:55:43 +00:00

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