[Lambda-cvs] lambda/includes config.php-dist,1.3,1.4
Status: Pre-Alpha
Brought to you by:
ariejan
From: adam m. <ada...@us...> - 2004-06-22 12:54:00
|
Update of /cvsroot/lambda/lambda/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8769/includes Modified Files: config.php-dist Log Message: Added lambdaTemplate class Index: config.php-dist =================================================================== RCS file: /cvsroot/lambda/lambda/includes/config.php-dist,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** config.php-dist 19 Jun 2004 10:25:22 -0000 1.3 --- config.php-dist 22 Jun 2004 12:53:52 -0000 1.4 *************** *** 57,60 **** --- 57,62 ---- define('LAMBDA_INCLUDE', LAMBDA_PATH . "includes/"); + /* Path to the templates directory */ + define('LAMBDA_TEMPLATE', LAMBDA_PATH . "templates/"); /** |