19 lines
246 B
PHP
19 lines
246 B
PHP
<?php
|
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
|
/**
|
|
* Theme information
|
|
*
|
|
*
|
|
* @version $Id$
|
|
* @package phpMyAdmin-theme
|
|
* @subpackage Arctic_Ocean
|
|
*/
|
|
|
|
/**
|
|
*
|
|
*/
|
|
$theme_name = 'Arctic Ocean';
|
|
$theme_version = 2;
|
|
$theme_generation = 2;
|
|
?>
|