info.inc.php 377 B

123456789101112131415161718192021
  1. <?php
  2. /* vim: set expandtab sw=4 ts=4 sts=4: */
  3. /**
  4. * Theme information
  5. *
  6. * @package PhpMyAdmin-theme
  7. * @subpackage PMAHomme
  8. */
  9. /**
  10. * If you have problems or questions about this theme email
  11. * mikehomme@users.sourceforge.net
  12. */
  13. /**
  14. * Icon set used by this theme: http://famfamfam.com/lab/icons/silk/
  15. */
  16. $theme_name = 'pmahomme';
  17. $theme_full_version = '1.1';
  18. ?>