|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (5)
View Page History public function fileAction() {
// Layout from alternative.phtml
// Layout from alternative.phtml
$this->_helper->layout()->setLayout('alternative');
}
{
// Layout from bootstrap configured alternative
// Layout from bootstrap configured alternative
$this->_helper->layout()->setLayout('alternative');
}
public function jpegAction()
{
public function jpegAction()
{
$this->_helper->layout()->disableLayout();
}
}
}
<body>
<? // 'default' content ?>
<? // 'default' content ?>
<?= $this->layout()->default ?>
<?= $this->layout()->content?>
</body>
</html>
</html>