Latest and greatest.

git-svn-id: http://svn.cleancode.org/svn/pickles@85 4d10bc64-7434-11dc-a737-d2d0f8310089
This commit is contained in:
Josh Sherman 2008-12-31 02:45:40 +00:00
parent 8fc09876cf
commit c6af785100
18 changed files with 451 additions and 46 deletions

View file

@ -54,7 +54,7 @@ class Display_PHP extends Display_Common {
//$this->smarty->cache_lifetime = $this->caching;
}
}
$this->template = $this->template_path . $this->module_name . '.php';
$this->shared_template = PICKLES_PATH . 'templates/' . $this->shared_name . '.php';
}