X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftheme.php;h=5995f54374171f4b2e701e31a8b96f182f22f621;hb=0c4ab89bc3ba01c1e816ac191efcaba31b80c9f3;hp=a209664b9388e89c21fd4543ca61de084e848e60;hpb=80f4214d91a5c2b1e263a7b9d56415cbcf8157ae;p=friendica.git diff --git a/view/theme/frio/theme.php b/view/theme/frio/theme.php index a209664b93..5995f54374 100644 --- a/view/theme/frio/theme.php +++ b/view/theme/frio/theme.php @@ -41,6 +41,14 @@ function frio_init(App $a) EOT; } + + $enable_compose = \Friendica\Core\PConfig::get(local_user(), 'frio', 'enable_compose'); + $compose = $enable_compose === '1' || $enable_compose === null && Config::get('frio', 'enable_compose') ? 1 : 0; + $a->page['htmlhead'] .= <<< HTML + +HTML; } function frio_install()