]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/themeinfo.php
rcs_id no longer makes sense with Subversion global version number
[SourceForge/phpwiki.git] / themes / default / themeinfo.php
1 <?php
2 // Avoid direct call to this file.
3 // PHPWIKI_VERSION is defined in lib/prepend.php
4 if (!defined('PHPWIKI_VERSION')) {
5     header("Location: /");
6     exit;
7 }
8
9 // rcs_id('$Id$');
10
11 /*
12  * This file defines the default appearance ("theme") of PhpWiki.
13  */
14
15 require_once('lib/WikiTheme.php');
16
17 $WikiTheme = new WikiTheme('default');
18
19 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
20 // (c-file-style: "gnu")
21 // Local Variables:
22 // mode: php
23 // tab-width: 8
24 // c-basic-offset: 4
25 // c-hanging-comment-ender-p: nil
26 // indent-tabs-mode: nil
27 // End:   
28 ?>