コード例 #1
0
ファイル: Dashboard.php プロジェクト: xiaoguizhidao/ecommerce
 protected function _beforeChildToHtml($name, $child)
 {
     $this->getChild('store_switcher')->setTemplate('aw_aheadmetrics/dashboard/store/switcher.phtml');
     return parent::_beforeChildToHtml($name, $child);
 }