...
|
...
|
@@ -9,7 +9,7 @@ class Controller_Onlinereg extends Controller_Abstract |
|
|
*/
|
|
|
public function indexAction()
|
|
|
{
|
|
|
$mediaTotal = Facade_Onlinereg::getDownloadTotalByType(Facade_Onlinereg::TYPE_ONLINE_MEDIA);
|
|
|
$mediaTotal = Facade_Onlinereg::getDownloadTotalByType(Facade_Onlinereg::TYPE_ONLINE_DOWNLOAD_MEDIA);
|
|
|
$this->_view['mediaTotal'] = $mediaTotal;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -37,7 +37,7 @@ class Controller_Onlinereg extends Controller_Abstract |
|
|
public function mediaAction()
|
|
|
{
|
|
|
$this->_view['type'] = Facade_Onlinereg::TYPE_ONLINE_MEDIA;
|
|
|
$mediaTotal = Facade_Onlinereg::getDownloadTotalByType(Facade_Onlinereg::TYPE_ONLINE_MEDIA);
|
|
|
$mediaTotal = Facade_Onlinereg::getDownloadTotalByType(Facade_Onlinereg::TYPE_ONLINE_DOWNLOAD_MEDIA);
|
|
|
$this->_view['mediaTotal'] = $mediaTotal;
|
|
|
$this->setSession('yohood', 'type', Facade_Onlinereg::TYPE_ONLINE_MEDIA);
|
|
|
}
|
...
|
...
|
@@ -48,6 +48,8 @@ class Controller_Onlinereg extends Controller_Abstract |
|
|
public function mediaenAction()
|
|
|
{
|
|
|
$this->_view['type'] = Facade_Onlinereg::TYPE_ONLINE_MEDIA;
|
|
|
$mediaTotal = Facade_Onlinereg::getDownloadTotalByType(Facade_Onlinereg::TYPE_ONLINE_DOWNLOAD_MEDIA);
|
|
|
$this->_view['mediaTotal'] = $mediaTotal;
|
|
|
$this->setSession('yohood', 'type', Facade_Onlinereg::TYPE_ONLINE_MEDIA);
|
|
|
}
|
|
|
|
...
|
...
|
|