fixes and tweaks to Smarty processing

This commit is contained in:
Zach Prezkuta 2013-01-12 05:58:54 -07:00
parent d62483f526
commit 609c45e791
29 changed files with 64 additions and 66 deletions

View file

@ -497,13 +497,7 @@ class Item extends BaseObject {
return false;
}
if($a->theme['template_engine'] === 'smarty3') {
$template_file = get_template_file($a, 'smarty3/' . $this->available_templates[$name]);
}
else {
$template_file = $this->available_templates[$name];
}
$this->template = $template_file;
$this->template = $this->available_templates[$name];
}
/**