rename App Methods

- rename get_baseurl() to getBaseURL()
This commit is contained in:
Philipp Holzer
2018-10-09 20:13:22 +02:00
parent cac6cbc235
commit 1454abfdb4
62 changed files with 523 additions and 523 deletions

View File

@@ -36,7 +36,7 @@ function superblock_addon_settings(&$a, &$s)
/* Add our stylesheet to the page so we can make our settings look nice */
$a->page['htmlhead'] .= '<link rel="stylesheet" type="text/css" href="' . $a->get_baseurl() . '/addon/superblock/superblock.css' . '" media="all" />' . "\r\n";
$a->page['htmlhead'] .= '<link rel="stylesheet" type="text/css" href="' . $a->getBaseURL() . '/addon/superblock/superblock.css' . '" media="all" />' . "\r\n";
$words = PConfig::get(local_user(), 'system', 'blocked');
if (!$words) {