This commit is contained in:
parent
f5408cfbfb
commit
104543df54
@ -29,15 +29,6 @@ if(! App::$install) {
|
||||
$converse_width=get_pconfig($uid,'plusfuture','converse_width');
|
||||
$top_photo=get_pconfig($uid,'plusfuture','top_photo');
|
||||
$reply_photo=get_pconfig($uid,'plusfuture','reply_photo');
|
||||
|
||||
echo ("アレ");
|
||||
$hoge = intval("$converse_width");
|
||||
$converse_widtd = ($hoge * 2);
|
||||
$converse_widtd .= "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
|
||||
@ -136,7 +127,6 @@ if(file_exists('view/theme/plusfuture/css/style.css')) {
|
||||
|
||||
$aside_width = 288;
|
||||
|
||||
|
||||
// left aside and right aside are 285px + converse width
|
||||
$main_width = (($aside_width * 2) + intval($converse_width));
|
||||
|
||||
@ -171,7 +161,17 @@ if(file_exists('view/theme/plusfuture/css/style.css')) {
|
||||
echo str_replace(array_keys($options), array_values($options), $x);
|
||||
|
||||
}
|
||||
|
||||
// Set the schema to the default schema in derived themes. See the documentation for creating derived themes how to override this.
|
||||
|
||||
if(local_channel() && App::$channel && App::$channel['channel_theme'] != 'plusfuture')
|
||||
set_pconfig(local_channel(), 'plusfuture', 'schema', '---');
|
||||
|
||||
echo ("アレ");
|
||||
$hoge = intval("$converse_width");
|
||||
$converse_widtd = ($hoge * 2);
|
||||
$converse_widtd .= "px";
|
||||
$converse_widts = "$converse_width" . "px";
|
||||
echo($converse_width);
|
||||
echo($converse_widtd);
|
||||
echo($converse_widts);
|
Reference in New Issue
Block a user