]> git.mxchange.org Git - friendica.git/commitdiff
changed to this:
authorRoland Häder <roland@mxchange.org>
Tue, 20 Dec 2016 09:59:06 +0000 (10:59 +0100)
committerRoland Haeder <roland@mxchange.org>
Fri, 23 Dec 2016 18:50:51 +0000 (19:50 +0100)
---------------------
function bla (App &$a) {
$a->bla = 'stuff';
}
---------------------

Signed-off-by: Roland Häder <roland@mxchange.org>
view/theme/duepuntozero/config.php
view/theme/quattro/config.php

index eec76d173b5d0c3f3e8e6b37eb8f2e3098f910a5..48c9c8709918fc7ab6d0915d62e5bb499f67c453 100644 (file)
@@ -3,7 +3,6 @@
  * Theme settings
  */
 
-
 function theme_content(App &$a){
        if (!local_user()) {
                return;
@@ -25,7 +24,6 @@ function theme_post(App &$a){
        }
 }
 
-
 function theme_admin(App &$a){
        $colorset = get_config( 'duepuntozero', 'colorset');
        $user = false;
index 0c619569a0be97ad24c5ea7ae86e1052e8f9a3e5..32f71db015e9fca2a9f3227ab42cde4468ff38d4 100644 (file)
@@ -29,7 +29,6 @@ function theme_post(App &$a){
        }
 }
 
-
 function theme_admin(App &$a){
        $align = get_config('quattro', 'align' );
        $color = get_config('quattro', 'color' );