]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/themeinfo.php
themes are now easier derivable classes from other themes.
[SourceForge/phpwiki.git] / themes / default / themeinfo.php
1 <?php
2 rcs_id('$Id: themeinfo.php,v 1.37 2007-07-01 09:36:10 rurban Exp $');
3
4 /*
5  * This file defines the default appearance ("theme") of PhpWiki.
6  */
7
8 require_once('lib/Theme.php');
9
10 $WikiTheme = new Theme('default');
11
12 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
13 // (c-file-style: "gnu")
14 // Local Variables:
15 // mode: php
16 // tab-width: 8
17 // c-basic-offset: 4
18 // c-hanging-comment-ender-p: nil
19 // indent-tabs-mode: nil
20 // End:   
21 ?>