This repository has been archived on 2021-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
Hubzilla-themes/beetroot/php/theme.php

20 lines
280 B
PHP

<?php
/**
* * Name: Beetroot
* * Description: Redbasic Derived theme
* * Version: 2.0
* * MinVersion: 2.3.1
* * MaxVersion: 6.0
* * Author: Antilopa
* * Compat: Red [*]
*
*/
function beetroot_init(&$a) {
App::$theme_info['extends'] = 'redbasic';
}