Commit db547cc6 by asadiqbal Committed by Adam Palay

MAYN-116 Including GTM code from microsite

parent a38ae447
<%doc>
Yet, installing google tag manager for microsite(s).
So intentionally left it blank
</%doc>
...@@ -103,6 +103,7 @@ from branding import api as branding_api ...@@ -103,6 +103,7 @@ from branding import api as branding_api
google_analytics_file = microsite.get_template_path('google_analytics.html') google_analytics_file = microsite.get_template_path('google_analytics.html')
style_overrides_file = microsite.get_value('css_overrides_file') style_overrides_file = microsite.get_value('css_overrides_file')
google_tag_manager_file = microsite.get_template_path('google_tag_manager.html')
%> %>
% if header_extra_file: % if header_extra_file:
...@@ -124,6 +125,7 @@ from branding import api as branding_api ...@@ -124,6 +125,7 @@ from branding import api as branding_api
</head> </head>
<body class="${static.dir_rtl()} <%block name='bodyclass'/> lang_${LANGUAGE_CODE}"> <body class="${static.dir_rtl()} <%block name='bodyclass'/> lang_${LANGUAGE_CODE}">
<%include file="${google_tag_manager_file}" />
<div id="page-prompt"></div> <div id="page-prompt"></div>
% if not disable_window_wrap: % if not disable_window_wrap:
<div class="window-wrap" dir="${static.dir_rtl()}"> <div class="window-wrap" dir="${static.dir_rtl()}">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment