X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Fconfig.php;h=341c2b8310f695c23c3063aef141c9068ad70e9c;hb=56ee734b00aead633d5d213a6b140b75bc17ba96;hp=5af58a18da612ac9aa98dcec19628c408e7805ce;hpb=3c51820515cf9280a909be54c8575dc5e4075091;p=friendica.git diff --git a/view/theme/quattro/config.php b/view/theme/quattro/config.php index 5af58a18da..341c2b8310 100644 --- a/view/theme/quattro/config.php +++ b/view/theme/quattro/config.php @@ -1,4 +1,5 @@ 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; }