summaryrefslogtreecommitdiff
path: root/src/application/templates/old
diff options
context:
space:
mode:
Diffstat (limited to 'src/application/templates/old')
-rw-r--r--src/application/templates/old/base.twig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/application/templates/old/base.twig b/src/application/templates/old/base.twig
index bdad515..bdb9768 100644
--- a/src/application/templates/old/base.twig
+++ b/src/application/templates/old/base.twig
@@ -73,6 +73,14 @@
© {{ "now"|date("Y") }} {{ g.env.MYSTIC_FORUM_COPYRIGHT|default(g.env.MYSTIC_FORUM_TITLE)|default("Forum") }}.
Powered by <a href="https://git.jkohl.link/mystic-forum.git/tag/?h=v{{ constant("MYSTICBB_VERSION")|url_encode }}">mysticBB v{{ constant("MYSTICBB_VERSION") }}</a>.
</td>
+ <td align="center">
+ {{ __("Page generation took %dur% second(s)", {
+ dur: getRunTime()|round(3),
+ }) }}<br>
+ {{ __("Number of database queries: %count%", {
+ count: getQueryCount(),
+ }) }}
+ </td>
<td align="right">
<table><tr><td>
<form action="?_action=settheme" method="post">