Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
に従ってページタイトルが変更されるMagentoでページを作成したい$_SERVER['REQUEST_URI']。
$_SERVER['REQUEST_URI']
head ブロック要素にアクセスし、 setTitle('your title') メソッドを呼び出すコード経由
$this->getLayout()->getBlock('head')->setTitle('your title');
$_SERVER['REQUEST_URI']inSet タイトル引数を追加できます。
さらにお手伝いできることがあればお知らせください。