Browse Source
changed to this:
---------------------
function bla (App &$a) {
$a->bla = 'stuff';
}
---------------------
Signed-off-by: Roland Häder <roland@mxchange.org>
pull/3043/head
Roland Häder
4 years ago
committed by
Roland Haeder
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
2 changed files with
0 additions and
3 deletions
-
view/theme/duepuntozero/config.php
-
view/theme/quattro/config.php
|
|
@ -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; |
|
|
|
|
|
@ -29,7 +29,6 @@ function theme_post(App &$a){ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
function theme_admin(App &$a){ |
|
|
|
$align = get_config('quattro', 'align' ); |
|
|
|
$color = get_config('quattro', 'color' ); |
|
|
|