diff --git a/main/template/default/layout/footer.tpl b/main/template/default/layout/footer.tpl index 7e8a9ad6d0..67ed9d0439 100644 --- a/main/template/default/layout/footer.tpl +++ b/main/template/default/layout/footer.tpl @@ -9,8 +9,7 @@
{"Platform"|get_lang} {$_s.software_name} {$_s.system_version} © {$smarty.now|date_format:"%Y"}
- - + +
+ {block name="footer"}{/block} diff --git a/main/template/default/layout/main_header.tpl b/main/template/default/layout/main_header.tpl index c937dfb5b9..561d35ec99 100644 --- a/main/template/default/layout/main_header.tpl +++ b/main/template/default/layout/main_header.tpl @@ -1,11 +1,8 @@ - - + + -{include file="default/layout/head.tpl"} + {include file="default/layout/head.tpl"} - \ No newline at end of file + +
+ {* Bug and help notifications *} + + {include file="default/layout/header.tpl"} + +
+ {* breadcrumb *} + {$header4} +
\ No newline at end of file diff --git a/main/template/default/layout/main_post_content.tpl b/main/template/default/layout/main_post_content.tpl deleted file mode 100644 index df3a7c7ad1..0000000000 --- a/main/template/default/layout/main_post_content.tpl +++ /dev/null @@ -1,6 +0,0 @@ -
 
-
- -
-
-
\ No newline at end of file diff --git a/main/template/default/layout/main_pre_content.tpl b/main/template/default/layout/main_pre_content.tpl deleted file mode 100644 index f3acf970e9..0000000000 --- a/main/template/default/layout/main_pre_content.tpl +++ /dev/null @@ -1,12 +0,0 @@ -
- {* Bug and help notifications *} - - {include file="default/layout/header.tpl"} - -
- {* breadcrumb *} - {$header4} -
\ No newline at end of file diff --git a/main/template/default/layout/show_footer.tpl b/main/template/default/layout/show_footer.tpl index 14cd020a0b..ee1017a2f6 100644 --- a/main/template/default/layout/show_footer.tpl +++ b/main/template/default/layout/show_footer.tpl @@ -1,3 +1 @@ -{include file="default/layout/main_post_content.tpl"} - {include file="default/layout/main_footer.tpl"} \ No newline at end of file diff --git a/main/template/default/layout/show_header.tpl b/main/template/default/layout/show_header.tpl index d2f9f80d7b..50f67d828e 100644 --- a/main/template/default/layout/show_header.tpl +++ b/main/template/default/layout/show_header.tpl @@ -1,3 +1 @@ -{include file="default/layout/main_header.tpl"} - -{include file="default/layout/main_pre_content.tpl"} +{include file="default/layout/main_header.tpl"} \ No newline at end of file