diff options
Diffstat (limited to 'templates/web/fiksgatami/header.html')
-rw-r--r-- | templates/web/fiksgatami/header.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/templates/web/fiksgatami/header.html b/templates/web/fiksgatami/header.html index e0bf5b150..44ebb7ee7 100644 --- a/templates/web/fiksgatami/header.html +++ b/templates/web/fiksgatami/header.html @@ -1,12 +1,11 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="[% lang_code %]"> <head> - [% INCLUDE 'common_header_tags.html' %] - <style type="text/css"> - @import url("/css/core.css"); - @import url("/cobrands/fiksgatami/css.css"); - </style> + <link rel="stylesheet" type="text/css" href="/css/core.css"> + <link rel="stylesheet" type="text/css" href="/cobrands/fiksgatami/css.css"> + + [% INCLUDE 'common_header_tags.html' %] </head> <body> |