author | Dan Fuhry <dan@enanocms.org> |
Mon, 15 Nov 2010 18:00:11 -0500 | |
changeset 4 | ced89265500d |
parent 0 | da5928e7af09 |
permissions | -rw-r--r-- |
0
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
1 |
<?php |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
2 |
/* |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
3 |
* Dark Ritual theme for Enano |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
4 |
* Created by Viktor Persson |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
5 |
* Ported to Enano by Dan Fuhry |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
6 |
* License: CC-BY-2.5 |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
7 |
* |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
8 |
* See the file "license.txt" included with this package for terms and |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
9 |
* conditions on distribution. |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
10 |
*/ |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
11 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
12 |
global $theme; |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
13 |
$theme['theme_id'] = 'darkritual'; |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
14 |
$theme['theme_name'] = 'Dark Ritual'; |
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
15 |
|
da5928e7af09
First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff
changeset
|
16 |
?> |