diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/common_header_tags.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/base/common_header_tags.html b/templates/web/base/common_header_tags.html index f34dea212..7c0ac4973 100644 --- a/templates/web/base/common_header_tags.html +++ b/templates/web/base/common_header_tags.html @@ -1,5 +1,7 @@ [% SET start = c.config.ADMIN_BASE_URL IF admin %] +<link rel="stylesheet" href="[% version('/js/OpenLayers/theme/default/style.css') %]"> + <meta http-equiv="content-type" content="text/html; charset=utf-8" id="js-meta-data" data-page="[% page %]" data-cobrand="[% c.cobrand.moniker %]"> |