get markup template
implement getMarkupTemplate function
This commit is contained in:
parent
91facd2d0a
commit
35abc4bb64
89 changed files with 243 additions and 243 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue