diff --git a/volse/php/config.php b/volse/php/config.php new file mode 100644 index 0000000..835e72e --- /dev/null +++ b/volse/php/config.php @@ -0,0 +1,19 @@ + + * + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + +namespace Zotlabs\Theme; + +require_once 'view/theme/redbasic/php/config.php'; + +/** + * Extra configuartion options for Volse Hubzilla theme. + */ +class VolseConfig extends RedbasicConfig { +} diff --git a/volse/php/theme.php b/volse/php/theme.php index 118a311..6bd4f7b 100644 --- a/volse/php/theme.php +++ b/volse/php/theme.php @@ -1,17 +1,14 @@ * * SPDX-License-Identifier: AGPL-3.0-or-later */ - -function volse_init() { - App::$theme_info['extends'] = 'redbasic'; -}