X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fconfig.php;h=7ac7f489ef13a42337609bfeb797c7483a173a88;hb=1c33c2094079a1aa93a9bcefe0437ec46e24a089;hp=c1ac98286ddf3e3384a37cfac2cbefba3e02ab1e;hpb=ffa7d7659bbda5414e65f81d4c86515e1e90c7b7;p=friendica.git diff --git a/view/theme/frio/config.php b/view/theme/frio/config.php index c1ac98286d..7ac7f489ef 100644 --- a/view/theme/frio/config.php +++ b/view/theme/frio/config.php @@ -57,7 +57,7 @@ function theme_content(App $a) $arr = []; $arr['scheme'] = PConfig::get(local_user(), 'frio', 'scheme', PConfig::get(local_user(), 'frio', 'schema')); - $arr['share_string'] = ''; + $arr['share_string'] = ''; $arr['nav_bg'] = PConfig::get(local_user(), 'frio', 'nav_bg'); $arr['nav_icon_color'] = PConfig::get(local_user(), 'frio', 'nav_icon_color'); $arr['link_color'] = PConfig::get(local_user(), 'frio', 'link_color');