minor fixes

This commit is contained in:
naomiaro 2010-12-21 23:56:14 -05:00
parent 5795871bcc
commit 4e7b3ce86b
5 changed files with 17 additions and 23 deletions

View file

@ -24,6 +24,8 @@ class SearchController extends Zend_Controller_Action
{
$this->_helper->layout->setLayout('search');
$this->view->headScript()->appendFile('/js/campcaster/onready/search.js','text/javascript');
$this->_helper->actionStack('context-menu', 'library');
$this->_helper->actionStack('display', 'search');
$this->_helper->actionStack('contents', 'library');