This commit is contained in:
harukin 2018-11-23 18:16:11 +09:00
parent c70c296d0a
commit f5408cfbfb

View File

@ -30,11 +30,14 @@ 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');
echo ("アレ");
$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";
echo($converse_width);
echo($converse_widtd);
echo($converse_widts);
} }
// Now load the scheme. If a value is changed above, we'll keep the settings // Now load the scheme. If a value is changed above, we'll keep the settings