Default station logo was not displaying

This commit is contained in:
drigato 2015-06-10 14:46:27 -04:00
parent 816e620399
commit ffcd15190f
2 changed files with 3 additions and 1 deletions

View file

@ -26,6 +26,8 @@ class IndexController extends Zend_Controller_Action
$this->view->stationDescription = $stationDescription;
$this->view->stationUrl = Application_Common_HTTPHelper::getStationUrl();
$this->view->baseUrl = Application_Common_OsPath::getBaseDir();
}
public function mainAction()