]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/themeinfo.php
include [all] Include and file path should be devided with single space. File path...
[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 // $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 // Local Variables:
20 // mode: php
21 // tab-width: 8
22 // c-basic-offset: 4
23 // c-hanging-comment-ender-p: nil
24 // indent-tabs-mode: nil
25 // End:
26 ?>