summaryrefslogtreecommitdiff
path: root/htroot/Settings_p.html
diff options
context:
space:
mode:
authorallo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-11-21 08:33:54 +0000
committerallo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-11-21 08:33:54 +0000
commit52a0237bf21b49c081045424377834a7dfd7548e (patch)
treee71d5a5d4726d90176f1caaa78954b08ed1be5e7 /htroot/Settings_p.html
parentbac22d3f4dc8082bd6a2c0cdb400fb58b88d2802 (diff)
using Filetemplates for #[metas]# and other static includes
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1116 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Settings_p.html')
-rw-r--r--htroot/Settings_p.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/Settings_p.html b/htroot/Settings_p.html
index 369c1eb8b..788f02b27 100644
--- a/htroot/Settings_p.html
+++ b/htroot/Settings_p.html
@@ -2,10 +2,10 @@
<html>
<head>
<title>YaCy '#[clientname]#': Settings</title>
-#[metas]#
+#%env/templates/metas.template%#
</head>
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
-#[header]#
+#%env/templates/header.template%#
<br><br>
<h2>Settings</h2>
<p>This is the configuration page for YaCy. Access to this page should be limited to an administration person only.
@@ -45,6 +45,6 @@ delete the file 'DATA/SETTINGS/httpProxy.conf' in the YaCy application root fold
</p>
#%[settingsTables]%#
-#[footer]#
+#%env/templates/footer.template%#
</body>
</html>