summaryrefslogtreecommitdiff
path: root/main.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-01-02 00:32:32 +0000
committerAnika Henke <anika@selfthinker.org>2012-01-02 00:32:32 +0000
commit46a21be0eb66f244b82a03399151673ceb409e2c (patch)
tree16b19fb951738da757353e2034655eca2b4c4f34 /main.php
parentce96de477af5949363385363743fec84c931db7a (diff)
downloadrpg-46a21be0eb66f244b82a03399151673ceb409e2c.tar.gz
rpg-46a21be0eb66f244b82a03399151673ceb409e2c.tar.bz2
updated to latest DokuWiki version (including mediamanager, etc)
Diffstat (limited to 'main.php')
-rwxr-xr-xmain.php11
1 files changed, 7 insertions, 4 deletions
diff --git a/main.php b/main.php
index 6f6933241..0a0765065 100755
--- a/main.php
+++ b/main.php
@@ -1,9 +1,11 @@
<?php
/**
- * DokuWiki Starter Template
+ * DokuWiki Default Template 2012
*
- * @link http://dokuwiki.org/template:starter
- * @author Anika Henke <anika@selfthinker.org>
+ * @link http://dokuwiki.org/template
+ * @author Anika Henke <anika@selfthinker.org>
+ * @author Clarence Lee <clarencedglee@gmail.com>
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
if (!defined('DOKU_INC')) die(); /* must be run from within DokuWiki */
@@ -18,7 +20,8 @@ $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
<?php tpl_metaheaders() ?>
- <link rel="shortcut icon" href="<?php echo tpl_getFavicon() ?>" />
+ <meta name="viewport" content="width=device-width,initial-scale=1" />
+ <?php echo tpl_favicon(array('favicon', 'mobile')) ?>
<?php _tpl_include('meta.html') ?>
</head>