diff options
author | chris <chris@jalakai.co.uk> | 2006-10-02 22:39:25 +0200 |
---|---|---|
committer | chris <chris@jalakai.co.uk> | 2006-10-02 22:39:25 +0200 |
commit | 9f1bed9ff3d478f3c5e734017be39eb9973cc2cb (patch) | |
tree | be87206dbdc86b08e4efee933bfb6b82e0b8ed97 | |
parent | 70a6aa16e600e1ec2fc65fd0e84ece3b4a046fd7 (diff) | |
download | rpg-9f1bed9ff3d478f3c5e734017be39eb9973cc2cb.tar.gz rpg-9f1bed9ff3d478f3c5e734017be39eb9973cc2cb.tar.bz2 |
add comment to tpl_indexerWebBug() call in default template main.php
darcs-hash:20061002203925-9b6ab-ca7c87dc96fbc9572ef92a804d58715b0ab0b3e5.gz
-rw-r--r-- | lib/tpl/default/main.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tpl/default/main.php b/lib/tpl/default/main.php index ca48aff56..5c6a45e04 100644 --- a/lib/tpl/default/main.php +++ b/lib/tpl/default/main.php @@ -130,6 +130,6 @@ if (!defined('DOKU_INC')) die(); </div> <?php /*old includehook*/ @include(dirname(__FILE__).'/footer.html')?> -<div class="no"><?php tpl_indexerWebBug()?></div> +<div class="no"><?php /* provide DokuWiki housekeeping, required in all templates */ tpl_indexerWebBug()?></div> </body> </html> |