diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/html.inc.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/inc/html.inc.php b/inc/html.inc.php index e52d90c..9f42fdf 100644 --- a/inc/html.inc.php +++ b/inc/html.inc.php | |||
@@ -19,8 +19,11 @@ function html_start() { | |||
19 | <head> | 19 | <head> |
20 | <meta charset="utf-8"> | 20 | <meta charset="utf-8"> |
21 | <title>CGP{$path}</title> | 21 | <title>CGP{$path}</title> |
22 | <link rel="stylesheet" href="{$html_weburl}layout/style.css" type="text/css"> | ||
23 | <meta name="viewport" content="width=device-width"> | 22 | <meta name="viewport" content="width=device-width"> |
23 | <link rel="stylesheet" href="{$html_weburl}layout/style.css" type="text/css"> | ||
24 | <link rel="stylesheet" href="{$html_weburl}layout/style-b.css" type="text/css" media="(max-width: 1000px),(max-device-width: 1000px) and (orientation: portrait),(max-device-width: 767px) and (orientation: landscape)"> | ||
25 | <link rel="stylesheet" href="{$html_weburl}layout/style-c.css" type="text/css" media="(max-width: 767px),(max-device-width: 767px) and (orientation: portrait),(max-device-width: 499px) and (orientation: landscape)"> | ||
26 | <link rel="stylesheet" href="{$html_weburl}layout/style-d.css" type="text/css" media="(max-width: 499px),(max-device-width: 499px) and (orientation: portrait)"> | ||
24 | 27 | ||
25 | EOT; | 28 | EOT; |
26 | if (isset($CONFIG['page_refresh']) && is_numeric($CONFIG['page_refresh'])) { | 29 | if (isset($CONFIG['page_refresh']) && is_numeric($CONFIG['page_refresh'])) { |