cookienotice addon - code styling fixes

This commit is contained in:
Peter Liebetrau 2019-01-23 11:09:10 +01:00
parent 145fb69eb6
commit 0d8a382f8d
1 changed files with 4 additions and 4 deletions

View File

@ -112,11 +112,11 @@ function cookienotice_addon_settings_post(\Friendica\App $a, &$b)
*/
function cookienotice_page_content_top(\Friendica\App $a, &$b)
{
$stylesheetPath = 'addon/cookienotice/cookienotice.css';
$footerscriptPath = 'addon/cookienotice/cookienotice.js';
$stylesheetPath = 'addon/cookienotice/cookienotice.css';
$footerscriptPath = 'addon/cookienotice/cookienotice.js';
$a->registerStylesheet($stylesheetPath);
$a->registerFooterScript($footerscriptPath);
$a->registerStylesheet($stylesheetPath);
$a->registerFooterScript($footerscriptPath);
}
/**