3.8.5 fixes

This commit is contained in:
root
2018-12-02 22:19:24 +00:00
parent 01f4628e43
commit a2c75a6547
8 changed files with 67 additions and 137 deletions

View File

@@ -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', '---');

View File

@@ -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';
}