This commit is contained in:
parent
fc140c58e4
commit
c70c296d0a
@ -30,8 +30,8 @@ if(! App::$install) {
|
|||||||
$top_photo=get_pconfig($uid,'plusfuture','top_photo');
|
$top_photo=get_pconfig($uid,'plusfuture','top_photo');
|
||||||
$reply_photo=get_pconfig($uid,'plusfuture','reply_photo');
|
$reply_photo=get_pconfig($uid,'plusfuture','reply_photo');
|
||||||
|
|
||||||
|
|
||||||
$hoge = intval($converse_width);
|
$hoge = intval("$converse_width");
|
||||||
$converse_widtd = ($hoge * 2);
|
$converse_widtd = ($hoge * 2);
|
||||||
$converse_widtd .= "px";
|
$converse_widtd .= "px";
|
||||||
$converse_widts = "$converse_width" . "px";
|
$converse_widts = "$converse_width" . "px";
|
||||||
|
Reference in New Issue
Block a user