get markup template
implement getMarkupTemplate function
This commit is contained in:
@@ -111,7 +111,7 @@ if (! function_exists('_js_in_foot')) {
|
||||
$ssl_state = null;
|
||||
$baseurl = System::baseUrl($ssl_state);
|
||||
$bottom['$baseurl'] = $baseurl;
|
||||
$tpl = get_markup_template('bottom.tpl');
|
||||
$tpl = Renderer::getMarkupTemplate('bottom.tpl');
|
||||
|
||||
return $a->page['bottom'] = Renderer::replaceMacros($tpl, $bottom);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user