...
|
...
|
@@ -257,7 +257,7 @@ class HomeController extends AbstractAction |
|
|
$currency = UserModel::getYohoCoinData($this->_uid);
|
|
|
|
|
|
$currency['pageFooter'] = true;
|
|
|
$this->_view->display('currency', $currency);
|
|
|
$this->_view->display('currency-new', $currency);
|
|
|
}
|
|
|
|
|
|
/**
|
...
|
...
|
@@ -895,6 +895,7 @@ class HomeController extends AbstractAction |
|
|
$this->_view->display('currency-detail', array(
|
|
|
'currency' => $currency,
|
|
|
'pageFooter' => true,
|
|
|
'money' => 100,
|
|
|
'currencyDetailPage' => true
|
|
|
));
|
|
|
}
|
...
|
...
|
|