This commit is contained in:
parent
07d53778b7
commit
1be5fe4087
@ -106,12 +106,6 @@ if (! $shadow)
|
|||||||
$shadow = '0';
|
$shadow = '0';
|
||||||
if (! $converse_width)
|
if (! $converse_width)
|
||||||
$converse_width = '';
|
$converse_width = '';
|
||||||
if (! $converse_widtd){
|
|
||||||
$hoge = intval($converse_width);
|
|
||||||
$converse_widtd = ($hoge * 2);
|
|
||||||
$converse_widtd .= "px";
|
|
||||||
$converse_widts = "$converse_width" . "px";
|
|
||||||
}
|
|
||||||
if(! $top_photo)
|
if(! $top_photo)
|
||||||
$top_photo = '3rem';
|
$top_photo = '3rem';
|
||||||
if(! $reply_photo)
|
if(! $reply_photo)
|
||||||
@ -136,6 +130,11 @@ 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));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user