- {loop name="category_edit" type="category" visible="*" id="{$current_category_id}" backend_context="1" lang="$edition_language"}
+ {loop name="category_edit" type="category" visible="*" id="{$current_category_id}" backend_context="1" lang="$edit_language_id"}
+{/block}
-{include file='includes/js.inc.html'}
-
+{block name="javascript-initialization"}
-
-{include file='includes/footer.inc.html'}
\ No newline at end of file
+{/block}
\ No newline at end of file
diff --git a/templates/admin/default/general_error.html b/templates/admin/default/general_error.html
index b8f9e8661..dcbcc80ab 100755
--- a/templates/admin/default/general_error.html
+++ b/templates/admin/default/general_error.html
@@ -1,10 +1,22 @@
-{$page_title={intl l='An error occured'}}
+{extends file="admin-layout.tpl"}
-{include file='includes/header.inc.html'}
+{* -- We do not check admin login on this page *}
+{block name="check-auth"}{/block}
+{block name="page-title"}{intl l='An error occured'}{/block}
+
+{block name="main-content"}
-
{intl l="Oops! An Error Occurred"}
-
{$error_message}
-
-{include file='includes/footer.inc.html'}
\ No newline at end of file
+
+
+
+{/block}
\ No newline at end of file
diff --git a/templates/admin/default/home.html b/templates/admin/default/home.html
index a48e30ec6..e4897eda6 100755
--- a/templates/admin/default/home.html
+++ b/templates/admin/default/home.html
@@ -1,18 +1,18 @@
-{check_auth roles="ADMIN" login_tpl="/admin/login"}
-{$page_title={intl l='Home'}}
-{include file='includes/header.inc.html'}
+{extends file="admin-layout.tpl"}
-
-
+{block name="page-title"}{intl l='Back-office home'}{/block}
- {module_include location='home_top'}
+{block name="main-content"}
+
+
-
- This is the administration home page. Put some interesting statistics here, and display useful information :)
+ {module_include location='home_top'}
+
+
+ This is the administration home page. Put some interesting statistics here, and display useful information :)
+
+
+ {module_include location='home_bottom'}
-
- {module_include location='home_bottom'}
-
-
-{include file='includes/footer.inc.html'}
\ No newline at end of file
+{/block}
\ No newline at end of file
diff --git a/templates/admin/default/includes/footer.inc.html b/templates/admin/default/includes/footer.inc.html
deleted file mode 100755
index c69b253ad..000000000
--- a/templates/admin/default/includes/footer.inc.html
+++ /dev/null
@@ -1,20 +0,0 @@
- {module_include location='before_footer'}
-
-
-
-
- {module_include location='after_footer'}
-