This commit is contained in:
harukin 2018-11-23 18:01:25 +09:00
parent c02e867520
commit eadc3de21e

View File

@ -130,10 +130,6 @@ if(file_exists('view/theme/plusfuture/css/style.css')) {
$aside_width = 288;
$hoge = intval($converse_width);
$converse_widtd = ($hoge * 2);
//$converse_widtd .= "px";
//$converse_widts = "$converse_width" . "px";
// left aside and right aside are 285px + converse width
$main_width = (($aside_width * 2) + intval($converse_width));
@ -170,6 +166,10 @@ if(file_exists('view/theme/plusfuture/css/style.css')) {
}
$hoge = intval($converse_width);
$converse_widtd = ($hoge * 2);
$converse_widtd .= "px";
$converse_widts = "$converse_width" . "px";
// 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'] != 'plusfuture')