darkritual/theme.cfg
author Dan
Sat, 26 Jan 2008 16:03:04 -0500
changeset 0 da5928e7af09
permissions -rw-r--r--
First commit, theme is in a working state and should be ready for general use

<?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';

?>