diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tpl/default/footer.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/tpl/default/footer.html b/lib/tpl/default/footer.html index 6d146c540..a3270d17a 100644 --- a/lib/tpl/default/footer.html +++ b/lib/tpl/default/footer.html @@ -55,4 +55,11 @@ $tgt = ($conf['target']['extern']) ? 'target="'.$conf['target']['extern'].'"' : </rdf:RDF> --> + +<?php +if ($conf['allowdebug']) { + echo '<!-- page made in '.round(delta_time(DOKU_START_TIME), 3).' seconds -->'; +} +?> + </div> |