diff --git a/view/theme/duepuntozero/config.php b/view/theme/duepuntozero/config.php index eec76d173b..48c9c87099 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 0c619569a0..32f71db015 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' );