summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-04-10 16:51:02 +0200
committerneoraider <devnull@localhost>2006-04-10 16:51:02 +0200
commit9697f5a0d665e7171de958182cbe59c1dcfe2c87 (patch)
tree53272d4bad8aa920591e6c0c1c5ea8c65fbd340a
parent1f7a461b1137c475020f93f4346bdc3259e5c392 (diff)
downloadneon-9697f5a0d665e7171de958182cbe59c1dcfe2c87.tar
neon-9697f5a0d665e7171de958182cbe59c1dcfe2c87.zip
/code/modules.inc.php angelegt. /index.php: Namespace-Angabe hinzugef?gt.
-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" />