_initAgreement())) { return; } $this->_view->loadLayout(); $this->_view->getPage()->getConfig()->getTitle()->prepend(__('Billing Agreements')); $this->_view->getPage()->getConfig()->getTitle()->prepend( __('Billing Agreement # %1', $agreement->getReferenceId()) ); $navigationBlock = $this->_view->getLayout()->getBlock('customer_account_navigation'); if ($navigationBlock) { $navigationBlock->setActive('paypal/billing_agreement/'); } $this->_view->renderLayout(); } }