2018-11-05 08:26:24 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
/**
|
|
|
|
* * Name: Ussrbasicpub
|
2019-08-30 12:28:39 +00:00
|
|
|
* * Description: 2 column theme with special informative navbar
|
|
|
|
* * Version: 4.4.2
|
|
|
|
* * MinVersion: 3.8
|
2018-11-05 08:26:24 +00:00
|
|
|
* * MaxVersion: 6.0
|
|
|
|
* * Author: Fabrixxm
|
|
|
|
*/
|
|
|
|
|
|
|
|
function ussrbasicpub_init(&$a) {
|
|
|
|
|
2019-08-30 12:28:39 +00:00
|
|
|
App::$theme_info['extends'] = 'redbasic';
|
|
|
|
|
2018-11-05 08:26:24 +00:00
|
|
|
}
|