ussr-hubzilla-themes/ussrbasicright/php/theme.php

17 lines
309 B
PHP
Raw Normal View History

2018-12-29 22:39:05 +00:00
<?php
/**
2019-08-25 23:10:43 +00:00
* * Name: Ussrbasicright
2019-09-01 14:09:38 +00:00
* * Description: 2 column, right navigation panel [BETA - some features could not work]
2019-08-30 12:28:39 +00:00
* * Version: 4.4.2
2018-12-29 22:39:05 +00:00
* * MinVersion: 3.8
* * MaxVersion: 6.0
* * Author: Fabrixxm
*/
2019-08-25 23:10:43 +00:00
function ussrbasicright_init(&$a) {
2018-12-29 22:39:05 +00:00
App::$theme_info['extends'] = 'redbasic';
}