From c82c827e75f601067c04cf45e2947646559c58a1 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Tue, 30 Jan 2007 16:18:03 +0000 Subject: [PATCH] Backport git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@191 9869982d-c50d-0410-be91-f2a2ec7c7c7b --- banana/page.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/banana/page.inc.php b/banana/page.inc.php index 41576f6..dcdfb67 100644 --- a/banana/page.inc.php +++ b/banana/page.inc.php @@ -26,7 +26,7 @@ class BananaPage extends Smarty $this->compile_check = Banana::$debug_smarty; $this->template_dir = dirname(__FILE__) . '/templates/'; - $this->compile_dir = dirname(dirname(__FILE__)) . '/spool/templates_c/'; + $this->compile_dir = Banana::$spool_root . '/templates_c/'; $this->register_prefilter('banana_trimwhitespace'); } -- 2.1.4