Created Codestriker topic at:
http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=5699191&action=view
User: sits
Date: 05/05/23 15:49:11
Modified: lib/Codestriker/Http Template.pm
Log:
Set COMPILE_DIR correctly for the generation of templates.
Index: Template.pm
===================================================================
RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker/Http/Template.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Template.pm 22 May 2005 22:26:05 -0000 1.13
+++ Template.pm 23 May 2005 22:49:10 -0000 1.14
@@ -37,7 +37,7 @@
TRIM => 1,
# Where to compile the templates.
- COMPILE_DIR => $Codestriker::BASEDIR . 'cgi-bin/data/',
+ COMPILE_DIR => $Codestriker::BASEDIR . '/cgi-bin/data/',
# Codestriker-specific plugins.
PLUGIN_BASE => 'Codestriker::Template::Plugin'
|