_log) { parent::_getLog(); $this->_log->setAction('list', 'Viewed "%categoryTitle%" %itemsName% list'); } return $this->_log; } protected function _doList() { $this->_doc->addScript('js/jquery-ui.js'); $this->_doc->addInitFunction( "$('#leadershipGroups').accordion", array(array('autoHeight' => false, 'collapsible' => true, 'heightStyle' => 'content' )) ); return parent::_doList(); } }