diff options
author | Pim van den Berg | 2009-12-05 20:23:25 +0100 |
---|---|---|
committer | Pim van den Berg | 2009-12-05 20:23:25 +0100 |
commit | 1a076098050969d217f7abe8ec2102719fcba21d (patch) | |
tree | a44dedb92ce9687b5465963292de427dc08d0dd6 /inc/html.inc.php | |
parent | temporary disable swap_io (diff) | |
download | apt-panopticon_cgp-1a076098050969d217f7abe8ec2102719fcba21d.zip apt-panopticon_cgp-1a076098050969d217f7abe8ec2102719fcba21d.tar.gz apt-panopticon_cgp-1a076098050969d217f7abe8ec2102719fcba21d.tar.bz2 apt-panopticon_cgp-1a076098050969d217f7abe8ec2102719fcba21d.tar.xz |
load plugins on the host page via ajax
Diffstat (limited to 'inc/html.inc.php')
-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 | ||