update the call to secondaryParagraph to be before the main so
we can generate the section links.
= (defined('COUPONS'))
? $this->_getPageCoupons($this->id)
: null;
+ $tPage->secondaryParagraphs
+ = $this->getSecondaryParagraphs($this->id);
// $tPage->specials = $specials;
$tPage->staticPageContent
= $this->getStaticPageContent($this->id);
= $breadCrumbsBuilder->toHtml($this->id);
$tPage->primaryParagraph
= $this->getPrimaryParagraph($this->id);
- $tPage->secondaryParagraphs
- = $this->getSecondaryParagraphs($this->id);
+
}
return $tPage;