aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/html.inc.php
diff options
context:
space:
mode:
authorPim van den Berg2012-12-21 20:25:38 +0100
committerPim van den Berg2012-12-21 20:25:38 +0100
commitbf56a64c032227cc4952a895d4e38579486d1d5c (patch)
treea057cdaea2a01809f4714895dd29efe9939ff85f /inc/html.inc.php
parentremove in-html comments by xian310 (diff)
downloadapt-panopticon_cgp-bf56a64c032227cc4952a895d4e38579486d1d5c.zip
apt-panopticon_cgp-bf56a64c032227cc4952a895d4e38579486d1d5c.tar.gz
apt-panopticon_cgp-bf56a64c032227cc4952a895d4e38579486d1d5c.tar.bz2
apt-panopticon_cgp-bf56a64c032227cc4952a895d4e38579486d1d5c.tar.xz
remove ajax js code
This isn't needed with the new navigation menu anymore.
Diffstat (limited to '')
-rw-r--r--inc/html.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/html.inc.php b/inc/html.inc.php
index ac37ca2..20a10ed 100644
--- a/inc/html.inc.php
+++ b/inc/html.inc.php
@@ -19,7 +19,6 @@ 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 <script type="text/javascript" src="{$CONFIG['weburl']}ajax.js"></script>
23</head> 22</head>
24<body> 23<body>
25 24