darkritual/theme.cfg
changeset 0 da5928e7af09
equal deleted inserted replaced
-1:000000000000 0:da5928e7af09
       
     1 <?php
       
     2 /*
       
     3  * Dark Ritual theme for Enano
       
     4  * Created by Viktor Persson
       
     5  * Ported to Enano by Dan Fuhry
       
     6  * License: CC-BY-2.5
       
     7  *
       
     8  * See the file "license.txt" included with this package for terms and
       
     9  * conditions on distribution.
       
    10  */
       
    11  
       
    12 global $theme;
       
    13 $theme['theme_id'] = 'darkritual';
       
    14 $theme['theme_name'] = 'Dark Ritual';
       
    15 
       
    16 ?>