diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_footer.html')
-rw-r--r-- | phpBB/styles/prosilver/template/overall_footer.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html index 1327110758..cbd2d7ae12 100644 --- a/phpBB/styles/prosilver/template/overall_footer.html +++ b/phpBB/styles/prosilver/template/overall_footer.html @@ -1,7 +1,6 @@ </div> <div id="page-footer"> - {RUN_CRON_TASK} <div class="navbar"> <div class="inner"><span class="corners-top"><span></span></span> @@ -44,5 +43,7 @@ <div><a id="bottom" name="bottom" accesskey="z"></a></div> +<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF --> + </body> </html>
\ No newline at end of file |