1
<?php
2
/*
3
* Box Art theme for Enano
4
* Created by dandaman32 - (C) 2006
5
* License: GPL
6
*
7
* This theme is free software; you can redistribute and/or modify it under the terms of the GNU General Public License as
8
* published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
9
10
* This theme is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
12
*/
13
14
global $theme;
15
$theme['theme_id'] = 'oxygen';
16
$theme['theme_name'] = 'Oxygen Bleu';
17
18
?>