diff options
author | deva <deva> | 2010-01-26 13:00:58 +0000 |
---|---|---|
committer | deva <deva> | 2010-01-26 13:00:58 +0000 |
commit | 8aafefe813e22db63b3a4b502a3e8d0a335b775e (patch) | |
tree | 4f8bd395d5c78ac942aae623fef246c14a5285ca /htdocs/index.php | |
parent | b5c4f48e2af63c2122b8bd791aff6237c243e78a (diff) |
Add guestbook module.
Diffstat (limited to 'htdocs/index.php')
-rw-r--r-- | htdocs/index.php | 3 |
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> |