couple more places where file_get_contents was used

This commit is contained in:
Zach Prezkuta 2012-12-23 19:29:19 -07:00
parent 232deadfd2
commit fdd9ed7e51
2 changed files with 3 additions and 3 deletions

View file

@ -117,7 +117,7 @@ if(! function_exists('_js_in_foot')) {
$ssl_state = null;
$baseurl = $a->get_baseurl($ssl_state);
$bottom['$baseurl'] = $baseurl;
$tpl = file_get_contents(dirname(__file__) . '/bottom.tpl');
$tpl = get_markup_template('bottom.tpl');
return $a->page['bottom'] = replace_macros($tpl, $bottom);
}