This commit is contained in:
parent
19e81935b0
commit
3410f0327a
@ -103,11 +103,12 @@ if (! $shadow)
|
||||
$shadow = '0';
|
||||
if (! $converse_width)
|
||||
$converse_width = '';
|
||||
$converse_widthn = "$converse_width" . "px";
|
||||
if (! $converse_widths)
|
||||
if (! $converse_widths){
|
||||
$hoge = intval($converse_width);
|
||||
$converse_widths = ($hoge * 2);
|
||||
$converse_widths .= "px";
|
||||
$converse_widthn = "$converse_width" . "px";
|
||||
}
|
||||
if(! $top_photo)
|
||||
$top_photo = '3rem';
|
||||
if(! $reply_photo)
|
||||
|
Reference in New Issue
Block a user