|
From: Benjamin C. <bc...@us...> - 2001-10-11 14:28:40
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv1995
Modified Files:
include.php
Log Message:
Slight bug in the {template_path} token
Index: include.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/include.php,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- include.php 2001/10/11 14:24:03 1.59
+++ include.php 2001/10/11 14:28:37 1.60
@@ -258,7 +258,7 @@
'error' => '',
'cssfile' => $cssfile,
'loginerror' => '',
- 'template_path' => 'templates/'.THEME));
+ 'template_path' => INCLUDE_PATH.'templates/'.THEME));
// End classes -- Begin helper functions
|