21 $this->_view->loadLayout();
22 $this->_view->getPage()->getConfig()->getTitle()->prepend(
__(
'Billing Agreements'));
23 $this->_view->getPage()->getConfig()->getTitle()->prepend(
24 __(
'Billing Agreement # %1',
$agreement->getReferenceId())
26 $navigationBlock = $this->_view->getLayout()->getBlock(
'customer_account_navigation');
27 if ($navigationBlock) {
28 $navigationBlock->setActive(
'paypal/billing_agreement/');
30 $this->_view->renderLayout();