3.8.5 fixes
This commit is contained in:
@@ -159,5 +159,5 @@ if(file_exists('view/theme/ussrbasic/css/style.css')) {
|
||||
|
||||
// Set the schema to the default schema in derived themes. See the documentation for creating derived themes how to override this.
|
||||
|
||||
if(local_channel() && App::$channel && App::$channel['channel_theme'] != 'ussrbasic')
|
||||
set_pconfig(local_channel(), 'ussrbasic', 'schema', '---');
|
||||
// if(local_channel() && App::$channel && App::$channel['channel_theme'] != 'ussrbasic')
|
||||
// set_pconfig(local_channel(), 'ussrbasic', 'schema', '---');
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
/**
|
||||
* * Name: Ussrbasic
|
||||
* * Description: ussr.win hubzilla standard theme
|
||||
* * Version: 2.1
|
||||
* * MinVersion: 2.3.1
|
||||
* * Version: 2.23
|
||||
* * MinVersion: 3.8
|
||||
* * MaxVersion: 6.0
|
||||
* * Author: Fabrixxm
|
||||
* * Maintainer: Mike Macgirvin
|
||||
@@ -13,4 +13,6 @@
|
||||
|
||||
function ussrbasic_init(&$a) {
|
||||
|
||||
App::$theme_info['extends'] = 'redbasic';
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user