*/ class Mage_Customer_Block_Newsletter extends Mage_Customer_Block_Account_Dashboard // Mage_Core_Block_Template { public function __construct() { parent::__construct(); $this->setTemplate('customer/form/newsletter.phtml'); } public function getIsSubscribed() { return $this->getSubscriptionObject()->isSubscribed(); } public function getAction() { return $this->getUrl('*/*/save'); } }