summaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authordeva <deva>2010-01-26 13:00:58 +0000
committerdeva <deva>2010-01-26 13:00:58 +0000
commit8aafefe813e22db63b3a4b502a3e8d0a335b775e (patch)
tree4f8bd395d5c78ac942aae623fef246c14a5285ca /htdocs
parentb5c4f48e2af63c2122b8bd791aff6237c243e78a (diff)
Add guestbook module.
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/htdocs/index.php b/htdocs/index.php
index 8373362..3871c4b 100644
--- a/htdocs/index.php
+++ b/htdocs/index.php
@@ -11,7 +11,6 @@ include_once($MODULES_DIR . "/config.php");
$config = new Config($DATA_DIR . "/config.xml");
-include_once($UTIL_DIR . "/guestbook.php");
header("Content-Type: text/html; charset=UTF-8");
include_once($UTIL_DIR . "/login.php");
@@ -36,6 +35,7 @@ $pages = new Pages($DATA_DIR . "/pages.xml");
<link rel="stylesheet" type="text/css" href="handheld.css" media="handheld"/>
<link rel="stylesheet" type="text/css" href="admin.css" media="screen"/>
<script type="text/javascript">
+ // <!--
function externalLinks() {
if (!document.getElementsByTagName) return;
var anchors = document.getElementsByTagName("a");
@@ -47,6 +47,7 @@ $pages = new Pages($DATA_DIR . "/pages.xml");
}
}
window.onload = externalLinks;
+// -->
</script>
</head>
<body>