From 820ef8e4c76c606e74f5ec1708bbd0e807faa44b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Tue, 20 Dec 2016 10:59:06 +0100 Subject: [PATCH] changed to this: --------------------- function bla (App &$a) { $a->bla = 'stuff'; } --------------------- MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- view/theme/duepuntozero/config.php | 2 -- view/theme/quattro/config.php | 1 - 2 files changed, 3 deletions(-) diff --git a/view/theme/duepuntozero/config.php b/view/theme/duepuntozero/config.php index eec76d173..48c9c8709 100644 --- a/view/theme/duepuntozero/config.php +++ b/view/theme/duepuntozero/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; diff --git a/view/theme/quattro/config.php b/view/theme/quattro/config.php index 0c619569a..32f71db01 100644 --- a/view/theme/quattro/config.php +++ b/view/theme/quattro/config.php @@ -29,7 +29,6 @@ function theme_post(App &$a){ } } - function theme_admin(App &$a){ $align = get_config('quattro', 'align' ); $color = get_config('quattro', 'color' );