Rev 14181 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14181 | Rev 17170 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | <!--begin of $wims_theme/htmlheader.phtml--> |
1 | <!--begin of $wims_theme/htmlheader.phtml--> |
2 | <meta charset="$wims_main_font" |
2 | <meta charset="$wims_main_font"> |
3 | <title>$module_title2</title> |
3 | <title>$module_title2</title> |
4 | <meta name="GENERATOR" content="wims [$module_language]" |
4 | <meta name="GENERATOR" content="wims [$module_language]"> |
5 | <meta name="description" content="$module_description $wims_site_description" |
5 | <meta name="description" content="$module_description $wims_site_description"> |
6 | <meta name="keywords" content="$wims_site_keywords, $module_domain, $module_keywords" |
6 | <meta name="keywords" content="$wims_site_keywords, $module_domain, $module_keywords"> |
7 | <meta name="Author" content="$module_author" |
7 | <meta name="Author" content="$module_author"> |
8 | 8 | ||
9 | <!-- uniformize browser specific styles to a default. --> |
9 | <!-- uniformize browser specific styles to a default. --> |
10 | <link rel="stylesheet" href="scripts/js/external/normalize.min.css" |
10 | <link rel="stylesheet" href="scripts/js/external/normalize.min.css"> |
11 | 11 | ||
12 | $wims_CSS |
12 | $wims_CSS |
13 | 13 | ||
14 | <!-- Styles for printing --> |
14 | <!-- Styles for printing --> |
15 | <link rel="stylesheet" media="print" href="html/themes/_css/print.css" |
15 | <link rel="stylesheet" media="print" href="html/themes/_css/print.css"> |
16 | 16 | ||
17 | <style> |
17 | <style> |
18 | 18 | ||
19 | :root { |
19 | :root { |
20 | --wims_bgcolor: $wims_bgcolor; |
20 | --wims_bgcolor: $wims_bgcolor; |