18 lines
265 B
PHP
18 lines
265 B
PHP
<?php
|
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
|
/**
|
|
* Theme information
|
|
*
|
|
* @version $Id$
|
|
* @package phpMyAdmin-theme
|
|
* @subpackage Very_small
|
|
*/
|
|
|
|
/**
|
|
*
|
|
*/
|
|
$theme_name = 'Very small';
|
|
$theme_version = 3;
|
|
$theme_generation = 2;
|
|
?>
|