summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--code/modules.inc.php5
-rw-r--r--index.php2
2 files changed, 6 insertions, 1 deletions
diff --git a/code/modules.inc.php b/code/modules.inc.php
new file mode 100644
index 0000000..a1bf361
--- /dev/null
+++ b/code/modules.inc.php
@@ -0,0 +1,5 @@
+<?PHP
+ class Modules {
+
+ }
+?>
diff --git a/index.php b/index.php
index 4f4ddd7..9b80e3b 100644
--- a/index.php
+++ b/index.php
@@ -18,7 +18,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?PHP echo $config['title'] . $data['title']; ?></title>
<link rel="stylesheet" type="text/css" href="styles/<?PHP echo $config['default_style']; ?>/style.css" />