*much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied)
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
@@ -21,7 +21,7 @@ function frio_init(&$a) {
|
||||
|
||||
set_template_engine($a, 'smarty3');
|
||||
|
||||
$baseurl = $a->get_baseurl();
|
||||
$baseurl = App::get_baseurl();
|
||||
|
||||
$style = get_pconfig(local_user(), 'frio', 'style');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user