public function _construct()
 {
     parent::_construct();
     $this->_storeId = Mage::app()->getStore()->getId();
 }
 protected function _construct()
 {
     parent::_construct();
     $this->_is_active = (bool) intval(Mage::getConfig()->getModuleConfig('LimeSoda_TrailingSlashes')->is('active', 'true'));
 }
Esempio n. 3
0
 public function _construct()
 {
     parent::_construct();
 }