fix internal

This commit is contained in:
fabrixxm 2013-05-08 04:00:05 -04:00
parent 31a21ac24c
commit c753fa19d2

View File

@ -248,7 +248,11 @@
return $s;
}
private function replace($s,$r) {
$this->replace_macros($s, $r);
}
// TemplateEngine interface
public function replace_macros($s, $r) {
$this->r = $r;
@ -274,7 +278,6 @@
public function get_markup_template($file, $root='') {
$template_file = theme_include($file, $root);
$template_file = "";
if ($template_file) {
$content = file_get_contents($template_file);
}