This commit is contained in:
parent
c02e867520
commit
eadc3de21e
@ -130,10 +130,6 @@ if(file_exists('view/theme/plusfuture/css/style.css')) {
|
|||||||
|
|
||||||
$aside_width = 288;
|
$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
|
// left aside and right aside are 285px + converse width
|
||||||
$main_width = (($aside_width * 2) + intval($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.
|
// 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')
|
if(local_channel() && App::$channel && App::$channel['channel_theme'] != 'plusfuture')
|
||||||
|
Reference in New Issue
Block a user