style="display: none;">
+
-
-
- {L_EVENT_LINK_EXP}
+
+ {{ lang('EVENT_LINK_EXP') }}
-
+
-
-
- {L_ACP_PORTAL_CALENDAR_PERMISSION_EXP}
+
+ {{ lang('ACP_PORTAL_CALENDAR_PERMISSION_EXP') }}
-
-
-
- {S_FORM_TOKEN}
+
+
+ {{ S_FORM_TOKEN }}
-
-
-
+{% endif %}
-
+{% INCLUDE 'overall_footer.html' %}
diff --git a/adm/style/portal/acp_portal_config.html b/adm/style/portal/acp_portal_config.html
index 3b537f2a..53ad26ce 100644
--- a/adm/style/portal/acp_portal_config.html
+++ b/adm/style/portal/acp_portal_config.html
@@ -1,109 +1,109 @@
-
+{% INCLUDE 'overall_header.html' %}
-
{L_TITLE}
+
{{ lang('TITLE') }}
-
{L_TITLE_EXPLAIN}
+
{{ lang('TITLE_EXPLAIN') }}
-
+{% if S_ERROR %}
-
{L_WARNING}
-
{ERROR_MSG}
+
{{ lang('WARNING') }}
+
{{ ERROR_MSG }}
-
+{% endif %}
-
-
+{% INCLUDE 'overall_footer.html' %}
diff --git a/adm/style/portal/acp_portal_custom.html b/adm/style/portal/acp_portal_custom.html
index 23fbab34..f570e591 100644
--- a/adm/style/portal/acp_portal_custom.html
+++ b/adm/style/portal/acp_portal_custom.html
@@ -1,6 +1,6 @@
-
+{% INCLUDE 'overall_header.html' %}
-
+{% INCLUDEJS 'portal/acp_editor.js' %}