From c70c296d0a56e57d564222c3aaa0545296906430 Mon Sep 17 00:00:00 2001 From: harukin Date: Fri, 23 Nov 2018 18:12:47 +0900 Subject: [PATCH] --- view/theme/plusfuture/php/style.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/plusfuture/php/style.php b/view/theme/plusfuture/php/style.php index 95a9061..4a4fff3 100644 --- a/view/theme/plusfuture/php/style.php +++ b/view/theme/plusfuture/php/style.php @@ -30,8 +30,8 @@ if(! App::$install) { $top_photo=get_pconfig($uid,'plusfuture','top_photo'); $reply_photo=get_pconfig($uid,'plusfuture','reply_photo'); - - $hoge = intval($converse_width); + + $hoge = intval("$converse_width"); $converse_widtd = ($hoge * 2); $converse_widtd .= "px"; $converse_widts = "$converse_width" . "px";