$this->showContentBlock();
Event::handle('EndShowContentBlock', array($this));
}
- if (Event::handle('StartShowObjectNavBlock', array($this))) {
- $this->showObjectNavBlock();
- Event::handle('EndShowObjectNavBlock', array($this));
- }
if (Event::handle('StartShowAside', array($this))) {
$this->showAside();
Event::handle('EndShowAside', array($this));
{
$this->elementStart('div', array('id' => 'aside_primary',
'class' => 'aside'));
+ if (Event::handle('StartShowObjectNavBlock', array($this))) {
+ $this->showObjectNavBlock();
+ Event::handle('EndShowObjectNavBlock', array($this));
+ }
if (Event::handle('StartShowSections', array($this))) {
$this->showSections();
Event::handle('EndShowSections', array($this));