Showbuilder css changes

This commit is contained in:
Duncan Sommerville 2015-08-10 12:37:21 -04:00
parent 3bb1dccd65
commit c2d1556cfd
6 changed files with 212 additions and 69 deletions

View file

@ -10,6 +10,8 @@ class ShowBuilderController extends Zend_Controller_Action {
$baseUrl = Application_Common_OsPath::getBaseDir();
$userType = Application_Model_User::GetCurrentUser()->getType();
$this->_helper->layout->setLayout("showbuilder");
$this->view->headScript()->appendScript("localStorage.setItem( 'user-type', '$userType' );");
$this->view->headScript()->appendScript(Application_Common_GoogleAnalytics::generateGoogleTagManagerDataLayerJavaScript());