author | Dan Fuhry <dan@enanocms.org> |
Sat, 31 Jul 2010 11:46:53 -0400 | |
changeset 1282 | 49e90e1d9756 |
parent 430 | ec90736b9cb9 |
permissions | -rw-r--r-- |
0 | 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; |
|
430
ec90736b9cb9
Started (but disabled) work on the new theme manager, 1.1.2 is being released with this thing halfway done.
Dan
parents:
0
diff
changeset
|
15 |
$theme['theme_id'] = 'printable'; |
ec90736b9cb9
Started (but disabled) work on the new theme manager, 1.1.2 is being released with this thing halfway done.
Dan
parents:
0
diff
changeset
|
16 |
$theme['theme_name'] = 'Printable page view'; |
0 | 17 |
|
18 |
?> |