CC-3174 : showbuilder

show editing menu added.
This commit is contained in:
Naomi Aro 2012-02-08 12:53:46 +01:00
parent 216ce80ceb
commit 581f86a1de
4 changed files with 28 additions and 26 deletions

View file

@ -78,6 +78,7 @@ class LibraryController extends Zend_Controller_Action
$screen = $this->_getParam('screen');
$request = $this->getRequest();
$baseUrl = $request->getBaseUrl();
$menu = array();
$userInfo = Zend_Auth::getInstance()->getStorage()->read();
$user = new Application_Model_User($userInfo->id);