From c3d556c3edf7226a7ff4dfd285ac03b5731b14ab Mon Sep 17 00:00:00 2001 From: mohrt Date: Mon, 6 Aug 2001 22:46:41 +0000 Subject: [PATCH] change config_load section back to setup --- demo/templates/index.tpl | 2 +- templates/index.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/templates/index.tpl b/demo/templates/index.tpl index 4851797d..73c4f8a4 100644 --- a/demo/templates/index.tpl +++ b/demo/templates/index.tpl @@ -1,4 +1,4 @@ -{config_load file=test.conf section=""} +{config_load file=test.conf section="setup"} {include file=header.tpl title=foo}
diff --git a/templates/index.tpl b/templates/index.tpl
index 4851797d..73c4f8a4 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -1,4 +1,4 @@
-{config_load file=test.conf section=""}
+{config_load file=test.conf section="setup"}
 {include file=header.tpl title=foo}