[phpMP-CVS] CVS: phpMP directories.php,1.3,1.4
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-09-15 07:26:09
|
Update of /cvsroot/phpmp/phpMP In directory sc8-pr-cvs1:/tmp/cvs-serv16331 Modified Files: directories.php Log Message: Template fix. Index: directories.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/directories.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** directories.php 15 Sep 2003 06:40:24 -0000 1.3 --- directories.php 15 Sep 2003 07:26:06 -0000 1.4 *************** *** 38,42 **** define('TEMPLATES_DIR', 'templates/'); // Template Cache Directory ! define('CACHE_DIR', 'template_cache/'); ?> --- 38,42 ---- define('TEMPLATES_DIR', 'templates/'); // Template Cache Directory ! define('CACHE_DIR', 'templates_cache/'); ?> |