volse-hubzilla-theme/volse/php/theme.php

17 lines
384 B
PHP

<?php
/**
* Name: Volse
* Description: Default theme for Volse Hubzilla
* Version: 1.0
* Author: Harald Eilertsen
* Compat: Redbasic
*
* SPDX-FileCopyrightText: 2025 Eilertsens Kodeknekkeri
* SPDX-FileContributor: Harald Eilertsen <haraldei@anduin.net>
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
function volse_init() {
App::$theme_info['extends'] = 'redbasic';
}