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

17 lines
264 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-08-26 00:04:58 +00:00
* * Description: 2 column, left navigation
* * Version: 4.4.1
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';
}