This commit is contained in:
parent
c70c296d0a
commit
f5408cfbfb
@ -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
|
||||||
|
Reference in New Issue
Block a user