Esempio n. 1
0
 /**
  * Check whether section should be displayed as active
  *
  * @param Mage_Backend_Model_Config_Structure_Element_Section $section
  * @return bool
  */
 public function isSectionActive(Mage_Backend_Model_Config_Structure_Element_Section $section)
 {
     return $section->getId() == $this->_currentSectionId;
 }