]> git.p6c8.net - selfforum.git/blobdiff - selfforum-cgi/user/config/fo_view.xml-default
Added DTD for fo_view.xml configuration file.
[selfforum.git] / selfforum-cgi / user / config / fo_view.xml-default
index bff7ef8b27e41b3eaa9e1d2f08b1eee9535e0cf1..4ee6809a853d9893d7a951038c5a0d9e49ca6d0e 100644 (file)
@@ -1,27 +1,22 @@
 <?xml version="1.0"?>
-
+<!DOCTYPE Forum SYSTEM "fo_view.dtd">
 <Config>
-
-  <Property name="show">
-    <Property name="Forum">
-
-      <Variable name="templateFile">/var/www/cgi-local/user/config/forum.tmpl.xml</Variable>
-
-      <Property name="assign">
-        <Variable name="mainDocStart">DOC_FORUM_START</Variable>
-        <Variable name="mainDocEnd">DOC_FORUM_END</Variable>
-        <Variable name="loadingTime">_LOAD_TIME</Variable>
-        <Variable name="cssFile">_CSS_FILE</Variable>
-        <Variable name="errorDoc">DOC_ERROR</Variable>
-
-        <Variable name="notAvailable">_N_A</Variable>
-        <Variable name="occupied">_OCCUPIED</Variable>
-        <Variable name="errorText">_ERROR_TEXT</Variable>
-      </Property>
-
+    <Property name="show">
+        <Property name="Forum">
+            <Variable name="templateFile">/var/www/cgi-local/user/config/forum.tmpl.xml</Variable>
+
+            <Property name="assign">
+                <Variable name="mainDocStart">DOC_FORUM_START</Variable>
+                <Variable name="mainDocEnd">DOC_FORUM_END</Variable>
+                <Variable name="loadingTime">_LOAD_TIME</Variable>
+                <Variable name="cssFile">_CSS_FILE</Variable>
+                <Variable name="errorDoc">DOC_ERROR</Variable>
+                <Variable name="notAvailable">_N_A</Variable>
+                <Variable name="occupied">_OCCUPIED</Variable>
+                <Variable name="errorText">_ERROR_TEXT</Variable>
+            </Property>
+        </Property>
     </Property>
-  </Property>
-
 </Config>
 
 <!-- The End -->

patrick-canterino.de