...
|
...
|
@@ -41,11 +41,12 @@ class HomeController extends AbstractAction |
|
|
{
|
|
|
// 设置网站标题
|
|
|
$this->setTitle('个人中心');
|
|
|
$this->setNavHeader('个人中心', SITE_MAIN . '/?go=1', '', true);
|
|
|
$this->setNavHeader('个人中心', SITE_MAIN . '/?go=1');
|
|
|
|
|
|
$data = array(
|
|
|
'myIndexPage' => true,
|
|
|
'showDownloadApp' => true,
|
|
|
'navHome' => true,
|
|
|
'pageFooter' => true,
|
|
|
'cartUrl' => Helpers::url('/cart/index/index', null),
|
|
|
'signinUrl' => Helpers::url('/signin.html', array('refer' => Helpers::url('/home'))),
|
...
|
...
|
|