]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/default/themeinfo.php
Allow bold, italics or underlined for numbers
[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 /*
10  * This file defines the default appearance ("theme") of PhpWiki.
11  */
12
13 require_once 'lib/WikiTheme.php';
14
15 $WikiTheme = new WikiTheme('default');
16
17 // Local Variables:
18 // mode: php
19 // tab-width: 8
20 // c-basic-offset: 4
21 // c-hanging-comment-ender-p: nil
22 // indent-tabs-mode: nil
23 // End: