aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/html.inc.php
diff options
context:
space:
mode:
authorPim van den Berg2009-12-05 20:23:25 +0100
committerPim van den Berg2009-12-05 20:23:25 +0100
commit1a076098050969d217f7abe8ec2102719fcba21d (patch)
treea44dedb92ce9687b5465963292de427dc08d0dd6 /inc/html.inc.php
parenttemporary disable swap_io (diff)
downloadapt-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.php1
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