Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default テンプレートをレスポンシブWebデザイン対応する #1065 #1125

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge remote-tracking branch 'ofc/master' into seasoft-1065
seasoftjapan committed Jan 17, 2025
commit e6a9ce69000949ef61060292557048d8d547fa0e
7 changes: 6 additions & 1 deletion data/class/pages/LC_Page.php
Original file line number Diff line number Diff line change
@@ -319,7 +319,12 @@ public function init()
$device_type_id = DEVICE_TYPE_PC;
}

$layout->sfGetPageLayout($this, false, $_SERVER['SCRIPT_NAME'], $device_type_id);
$layout->sfGetPageLayout(
$this,
false,
$_SERVER['SCRIPT_NAME'],
$device_type_id
);
}

// スーパーフックポイントを実行.
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.