setTemplate("bmbleb/tabs.phtml"); } public function isActive($controller = '', $action = '') { return ($controller == $this->getRequest()->getControllerName() && ($action == '' || $action == $this->getRequest()->getActionName())); } // basic check for login status public function isLoggedIn() { return Mage::helper('bmbleb/Account')->authorize('sync'); } /** * Uses PluginStatus helper to determine if major problem needs to be displayed globally */ public function useExtendedAdmin() { return (Mage::getStoreConfig('springbot/advanced/extended_config') == 1); } }