summaryrefslogtreecommitdiff
path: root/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'main.php')
-rwxr-xr-xmain.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.php b/main.php
index fc87ede6f..41d9347fd 100755
--- a/main.php
+++ b/main.php
@@ -124,6 +124,8 @@ $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER
<!-- wikipage stop -->
</div>
+ <div class="docInfo"><?php tpl_pageinfo() /* 'Last modified' etc */ ?></div>
+
<?php tpl_flush() ?>
<?php _tpl_include('pagefooter.html') ?>
</div></div><!-- /content -->
@@ -152,7 +154,6 @@ $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER
<!-- ********** FOOTER ********** -->
<div id="dokuwiki__footer"><div class="pad">
- <div class="doc"><?php tpl_pageinfo() /* 'Last modified' etc */ ?></div>
<?php tpl_license('button') /* content license, parameters: img=*badge|button|0, imgonly=*0|1, return=*0|1 */ ?>
</div></div><!-- /footer -->