bumps
This commit is contained in:
@ -11,7 +11,7 @@ class CustomHtmlHeadersInfo extends ExtensionInfo
|
||||
public string $key = self::KEY;
|
||||
public string $name = "Custom HTML Headers";
|
||||
public string $url = "http://www.drudexsoftware.com";
|
||||
public array $authors = ["Drudex Software"=>"support@drudexsoftware.com"];
|
||||
public array $authors = ["Drudex Software" => "support@drudexsoftware.com"];
|
||||
public string $license = self::LICENSE_GPLV2;
|
||||
public string $description = "Allows admins to modify & set custom <head> content";
|
||||
public ?string $documentation =
|
||||
|
@ -43,7 +43,7 @@ class CustomHtmlHeaders extends Extension
|
||||
global $config, $page;
|
||||
|
||||
$header = $config->get_string('custom_html_headers', '');
|
||||
if ($header!='') {
|
||||
if ($header != '') {
|
||||
$page->add_html_header($header);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user