brick('header'); ?>
brick('announcement'); $this->brick('pageTemplate'); $this->brick('mapper'); if (!empty($this->name) || !empty($this->h1Links) || !empty($this->extraHTML)): echo '
' . (!empty($this->h1Links) ? '' : null) . (!empty($this->name) ? '

'.$this->name.'

' : null) . (!empty($this->extraHTML) ? $this->extraHTML : null) . '
'; endif; $this->brick('lvTabs'); ?>
brick('footer'); ?>