aboutsummaryrefslogtreecommitdiffstats
path: root/include/template_processor.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/template_processor.php')
-rw-r--r--include/template_processor.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/template_processor.php b/include/template_processor.php
index d1ff3998f..d431831cb 100644
--- a/include/template_processor.php
+++ b/include/template_processor.php
@@ -86,7 +86,7 @@
$r[$a] = $this->_get_var($b);
}
$this->nodes = Array();
- $tpl = load_view_file($tplfile);
+ $tpl = get_markup_template($tplfile);
$ret = $this->replace($tpl, $r);
$this->_pop_stack();
return $ret;