commit 696a3ca1ad569f39ff24f006f75e216b94582059
parent 626facbaec515abfaf1eddf7a21907cd71a5b1d4
Author: anselm@garbe.us <unknown>
Date: Sun, 12 Feb 2012 18:29:16 +0100
renamed default_master.tpl into master.tpl
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/werc.rc b/bin/werc.rc
@@ -31,7 +31,7 @@ fn werc_exec_request {
site=$SERVER_NAME
base_url=http://$site
sitedir=$sitesdir/$site
- master_template=`{get_tpl_file default_master.tpl}
+ master_template=`{get_tpl_file master.tpl}
current_date_time=`{date}
# Note: $REQUEST_URI is not officially in CGI 1.1, but seems to be de-facto
diff --git a/tpl/default_master.tpl b/tpl/master.tpl