This commit is contained in:
2019-08-30 15:28:39 +03:00
parent 72efe8b52d
commit 622b50991a
200 changed files with 6795 additions and 1714 deletions

View File

@@ -159,5 +159,5 @@ if(file_exists('view/theme/ussrbasicpub/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'] != 'ussrbasicpub')
set_pconfig(local_channel(), 'ussrbasicpub', 'schema', '---');
// if(local_channel() && App::$channel && App::$channel['channel_theme'] != 'ussrbasicpub')
// set_pconfig(local_channel(), 'ussrbasicpub', 'schema', '---');

View File

@@ -2,13 +2,15 @@
/**
* * Name: Ussrbasicpub
* * Description: ussr.win hubzilla public theme
* * Version: 4.4.1
* * MinVersion: 2.3.1
* * Description: 2 column theme with special informative navbar
* * Version: 4.4.2
* * MinVersion: 3.8
* * MaxVersion: 6.0
* * Author: Fabrixxm
*/
function ussrbasicpub_init(&$a) {
App::$theme_info['extends'] = 'redbasic';
}

View File

@@ -13,3 +13,5 @@ head_add_js('/library/bootbox/bootbox.min.js');
head_add_js('/library/bootstrap-tagsinput/bootstrap-tagsinput.js');
head_add_js('/library/datetimepicker/jquery.datetimepicker.js');
head_add_js('/library/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.js');