darkritual/theme.cfg
changeset 0 da5928e7af09
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/darkritual/theme.cfg	Sat Jan 26 16:03:04 2008 -0500
@@ -0,0 +1,16 @@
+<?php
+/*
+ * Dark Ritual theme for Enano
+ * Created by Viktor Persson
+ * Ported to Enano by Dan Fuhry
+ * License: CC-BY-2.5
+ *
+ * See the file "license.txt" included with this package for terms and
+ * conditions on distribution.
+ */
+ 
+global $theme;
+$theme['theme_id'] = 'darkritual';
+$theme['theme_name'] = 'Dark Ritual';
+
+?>