diff --git a/templates/empty.tpl b/templates/empty.tpl index 629a538..6706bc9 100644 --- a/templates/empty.tpl +++ b/templates/empty.tpl @@ -28,6 +28,8 @@ +{block name="custom_body_start"}{/block} + {block name="body"} {block name="navbar"} @@ -142,6 +144,9 @@ {/foreach} {if $webstats_js_code}{$webstats_js_code}{/if} + +{block name="custom_body_end"}{/block} + {*