summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-09-22 15:34:01 +0200
committerneoraider <devnull@localhost>2006-09-22 15:34:01 +0200
commit460c7f2127b5ae1f5562ff503edf5c69ff7be01b (patch)
tree32c2b142abfd3ad8d154bb728db28550345f0c49
parentdfadf61259653b09f261d3651640ae633b75c03e (diff)
downloadneon-460c7f2127b5ae1f5562ff503edf5c69ff7be01b.tar
neon-460c7f2127b5ae1f5562ff503edf5c69ff7be01b.zip
Bugfix in der Default-Basis.
-rw-r--r--pages/base/default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/base/default.xml b/pages/base/default.xml
index b28aa56..c537794 100644
--- a/pages/base/default.xml
+++ b/pages/base/default.xml
@@ -19,7 +19,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
- <title><?PHP echo $config['title'] . $data['title']; ?></title>
+ <title><?PHP echo $GLOBALS['config']['title'] . $GLOBALS['data']['title']; ?></title>
<link rel="stylesheet" type="text/css" href="styles/<?PHP echo $GLOBALS['config']['default_style']; ?>/style.css" />
</head>
<body>