diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/template/goto/install.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/template/goto/install.tpl b/admin/template/goto/install.tpl index bea5cddb4..d7f6bd82f 100644 --- a/admin/template/goto/install.tpl +++ b/admin/template/goto/install.tpl @@ -39,6 +39,7 @@ TD { <body> <div id="headbranch"></div> {* Dummy block for double background management *} +<div id="the_page"> <div id="theHeader"></div> <div id="content" class="content"> @@ -154,5 +155,6 @@ TD { {/if} </div> {* content *} <div style="text-align: center">{$L_INSTALL_HELP}</div> +</div> {* the_page *} </body> </html> |