1
0
Fork 0

changed to this:

---------------------
function bla (App &$a) {
	$a->bla = 'stuff';
}
---------------------

Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2016-12-20 10:59:06 +01:00 committed by Roland Haeder
commit 820ef8e4c7
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78
2 changed files with 0 additions and 3 deletions

View 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' );