diff options
Diffstat (limited to '')
-rw-r--r-- | inc/html.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/html.inc.php b/inc/html.inc.php index 015225e..9a5344b 100644 --- a/inc/html.inc.php +++ b/inc/html.inc.php | |||
@@ -19,6 +19,7 @@ function html_start() { | |||
19 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | 19 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
20 | <title>CGP{$path}</title> | 20 | <title>CGP{$path}</title> |
21 | <link rel="stylesheet" href="{$CONFIG['weburl']}layout/style.css" type="text/css"> | 21 | <link rel="stylesheet" href="{$CONFIG['weburl']}layout/style.css" type="text/css"> |
22 | <meta name="viewport" content="width=1050, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes"> | ||
22 | 23 | ||
23 | EOT; | 24 | EOT; |
24 | 25 | ||