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,7 +24,7 @@ class LibraryController extends Zend_Controller_Action
public function indexAction()
{
$this->view->headScript()->appendFile('/js/campcaster/library/library.js','text/javascript');
$this->view->headScript()->appendFile('/js/campcaster/onready/library.js','text/javascript');
$this->_helper->layout->setLayout('library');
@ -84,6 +84,8 @@ class LibraryController extends Zend_Controller_Action
{
$this->_helper->viewRenderer->setResponseSegment('library');
$this->view->headScript()->appendFile('/js/campcaster/library/library.js','text/javascript');
$query["category"] = $this->_getParam('ob', "dc:creator");
$query["order"] = $this->_getParam('order', "asc");