Changed spaces into tabs

pull/6923/head
Jeroen De Meerleer 2019-02-22 12:59:44 +01:00 committed by Hypolite Petovan
parent 3af3887bfa
commit 42769c6976
1 changed files with 1 additions and 1 deletions

View File

@ -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');