如何将Magento Admin通知移至标题?

时间:2015-09-01 18:44:59

标签: php magento templates layout

我想移动位于Magento管理面板菜单下的通知工具栏,并将其放在标题中的div中。

我尝试通过从app / design / adminhtml / default / default / template / page.phtml中删除以下行来实现此目的

<?php echo $this->getChildHtml('notifications'); ?>

并将其粘贴到app / design / adminhtml / default / default / template / page / header.phtml

但这没效果。

请有人告诉我如何将通知块移到标题部分。

1 个答案:

答案 0 :(得分:0)

在app / design / adminhtml / default / default / template / page.phtml

<?php echo $this->getChildHtml('notifications'); ?>

将代码置于以下代码

下方
<?php echo $this->getChildHtml('header') ?>