Implement Smarty3

This commit is contained in:
Zach Prezkuta 2012-12-22 12:57:29 -07:00
commit 96ed0a7791
755 changed files with 21646 additions and 637 deletions

View file

@ -16,7 +16,7 @@ function display_content(&$a, $update = 0) {
$o = '';
$a->page['htmlhead'] .= get_markup_template('display-head.tpl');
$a->page['htmlhead'] .= replace_macros(get_markup_template('display-head.tpl'), array());
if($update) {