...
|
...
|
@@ -45,7 +45,7 @@ class CouponController extends AbstractAction |
|
|
if (!$this->isApp()) {
|
|
|
$this->setNavHeader($receiveData['title'], true, SITE_MAIN);
|
|
|
} else {
|
|
|
$this->setTitle($receiveData['title']);
|
|
|
$this->setTitle($receiveData['title'],false,null);
|
|
|
}
|
|
|
$this->_view->display('index', array(
|
|
|
'content' => $result,
|
...
|
...
|
|