]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/config.php
Merge remote-tracking branch 'upstream/develop' into rewrites/coding-convention-split...
[friendica.git] / view / theme / quattro / config.php
index 5af58a18da612ac9aa98dcec19628c408e7805ce..47210012caa8f7ce95ae89640781a60ce78502c1 100644 (file)
@@ -1,8 +1,11 @@
 <?php
+
 /**
  * Theme settings
  */
 
+use Friendica\App;
+
 function theme_content(App $a) {
        if (!local_user()) {
                return;
@@ -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;
 }