Esempio n. 1
0
 protected function _initStoreSwitcher()
 {
     $this->_storeSwitcher = Mage::app()->getLayout()->createBlock('adminhtml/store_switcher');
     $this->_storeSwitcher->setStoreVarName('store_ids');
     return $this;
 }