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 09da518..b1cb80f 100644 --- a/inc/html.inc.php +++ b/inc/html.inc.php | |||
@@ -16,6 +16,7 @@ function html_start() { | |||
16 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | 16 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
17 | <title>CGP{$path}</title> | 17 | <title>CGP{$path}</title> |
18 | <link rel="stylesheet" href="{$CONFIG['weburl']}/layout/style.css" type="text/css"> | 18 | <link rel="stylesheet" href="{$CONFIG['weburl']}/layout/style.css" type="text/css"> |
19 | <script type="text/javascript" src="{$CONFIG['weburl']}/ajax.js"></script> | ||
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
21 | 22 | ||