mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
20 lines
351 B
PHP
20 lines
351 B
PHP
<?php
|
|
|
|
/**
|
|
* * Name: Redbasic
|
|
* * Description: Hubzilla standard theme
|
|
* * Version: 2.2
|
|
* * MinVersion: 10.6
|
|
* * MaxVersion: 12.0
|
|
* * Author: Fabrixxm
|
|
* * Maintainer: Mike Macgirvin
|
|
* * Maintainer: Mario Vavti
|
|
* * Theme_Color: rgb(248, 249, 250)
|
|
* * Background_Color: rgb(254,254,254)
|
|
*/
|
|
|
|
|
|
function redbasic_init() {
|
|
|
|
}
|