librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1200] specify cache dir


From: Clint Adams
Subject: [Librefm-commits] [1200] specify cache dir
Date: Tue, 05 May 2009 02:19:37 +0000

Revision: 1200
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1200
Author:   clint
Date:     2009-05-05 02:19:36 +0000 (Tue, 05 May 2009)
Log Message:
-----------
specify cache dir

Modified Paths:
--------------
    trunk/nixtape/templating.php

Modified: trunk/nixtape/templating.php
===================================================================
--- trunk/nixtape/templating.php        2009-05-05 02:12:53 UTC (rev 1199)
+++ trunk/nixtape/templating.php        2009-05-05 02:19:36 UTC (rev 1200)
@@ -27,6 +27,7 @@
 
 $smarty->template_dir = $install_path . '/themes/'. $default_theme . 
'/templates/';
 $smarty->compile_dir = $install_path. '/themes/' . $default_theme . 
'/templates_c/';
+$smarty->cache_dir = $install_path. '/cache/';
 
 $smarty->assign('base_url', $base_url);
 $smarty->assign('this_page', $_SERVER['REQUEST_URI']);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]