darkritual/theme.cfg
author Dan Fuhry <dan@enanocms.org>
Mon, 15 Nov 2010 18:00:11 -0500
changeset 4 ced89265500d
parent 0 da5928e7af09
permissions -rw-r--r--
Updated personal link in credits

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

?>