small fixes; update smarty3 templates

This commit is contained in:
Zach Prezkuta 2012-12-25 12:05:46 -07:00
parent 11c06e21b7
commit e736abd372
56 changed files with 303 additions and 311 deletions

View file

@ -477,7 +477,6 @@ function get_markup_template($s, $root = '') {
// $tt = microtime() - $ts;
// $a->page['debug'] .= "$tt <br>\n";
// return $file_contents;
// logger($template_file);
return file_get_contents($template_file);
}
}}