Update of /cvsroot/lambda/lambda/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7367
Modified Files:
config.php-dist
Log Message:
Constant SMARTY_DIR was being used, but was not defined in the config.
Index: config.php-dist
===================================================================
RCS file: /cvsroot/lambda/lambda/includes/config.php-dist,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** config.php-dist 7 Jul 2004 14:03:48 -0000 1.6
--- config.php-dist 7 Jul 2004 14:07:44 -0000 1.7
***************
*** 60,63 ****
--- 60,66 ----
define('LAMBDA_TEMPLATE', LAMBDA_PATH . "templates/");
+ /* Path to the Smarty directory */
+ define('SMARTY_DIR', LAMBDA_INCLUDE . 'Smarty/');
+
/**
* General settings
***************
*** 87,89 ****
/* Temporary directory for Lambda */
define('LAMBDA_TMP', LAMBDA_PATH . "tmp/");
! ?>
\ No newline at end of file
--- 90,92 ----
/* Temporary directory for Lambda */
define('LAMBDA_TMP', LAMBDA_PATH . "tmp/");
! ?>
|