X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Fconfig.php;h=47210012caa8f7ce95ae89640781a60ce78502c1;hb=4e49939421d39dfa971d8744691568bcdbdca15e;hp=6c80afdc22d0a2be1c3468a84b13a4c31b298cbf;hpb=479180ca8ea9fb02c8e90b0017d2f584aa199043;p=friendica.git diff --git a/view/theme/quattro/config.php b/view/theme/quattro/config.php index 6c80afdc22..47210012ca 100644 --- a/view/theme/quattro/config.php +++ b/view/theme/quattro/config.php @@ -1,9 +1,12 @@ "Quattro", "lilac" => "Lilac", @@ -70,7 +73,7 @@ function quattro_form(App &$a, $align, $color, $tfs, $pfs){ '$align' => array('quattro_align', t('Alignment'), $align, '', array('left'=>t('Left'), 'center'=>t('Center'))), '$color' => array('quattro_color', t('Color scheme'), $color, '', $colors), '$pfs' => array('quattro_pfs', t('Posts font size'), $pfs), - '$tfs' => array('quattro_tfs',t('Textareas font size'), $tfs), + '$tfs' => array('quattro_tfs', t('Textareas font size'), $tfs), )); return $o; }