[Scummvm-cvs-logs] SF.net SVN: scummvm:[41492] web/trunk/include/config.inc.php

fredrik_w at users.sourceforge.net fredrik_w at users.sourceforge.net
Sat Jun 13 14:11:13 CEST 2009


Revision: 41492
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41492&view=rev
Author:   fredrik_w
Date:     2009-06-13 12:11:13 +0000 (Sat, 13 Jun 2009)

Log Message:
-----------
Use a nicer directory for the compiled smarty templates. I've symlinked the persistent store on SF.net so this works now. Should make life easier for anyone who wants to try and run the website locally.

Modified Paths:
--------------
    web/trunk/include/config.inc.php

Modified: web/trunk/include/config.inc.php
===================================================================
--- web/trunk/include/config.inc.php	2009-06-13 10:24:52 UTC (rev 41491)
+++ web/trunk/include/config.inc.php	2009-06-13 12:11:13 UTC (rev 41492)
@@ -39,7 +39,7 @@
  */
 define('SMARTY_DIR_BASE', 'include/smarty');
 define('SMARTY_DIR_TEMPLATE', 'templates');
-define('SMARTY_DIR_COMPILE', '/home/groups/s/sc/scummvm/persistent/template_c');
+define('SMARTY_DIR_COMPILE', SMARTY_DIR_BASE . '/template_c');
 define('SMARTY_DIR_CACHE', SMARTY_DIR_BASE . '/cache');
 define('SMARTY_DIR_CONFIG', SMARTY_DIR_BASE . '/config');
 define('SMARTY_USE_GLOBALS', false);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list