|
From: Benjamin C. <bc...@us...> - 2002-10-02 18:43:49
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv27760
Modified Files:
install.php
Log Message:
Use the included smarty by default.
Index: install.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/install.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- install.php 27 Sep 2002 19:24:38 -0000 1.32
+++ install.php 2 Oct 2002 18:43:46 -0000 1.33
@@ -24,9 +24,7 @@
// $Id$
// Location of smarty templates class
-define ('SMARTY_PATH', '');
-// Example if smarty is installed within the phpBugTracker tree.
-//define ('SMARTY_PATH','./inc/smarty/');
+define ('SMARTY_PATH','./inc/smarty/');
if (!@include(SMARTY_PATH . 'Smarty.class.php')) { // Template class
include('templates/default/base/smartymissing.html');
|