From a017183449c135feb97048c1b851c5df8a9b3282 Mon Sep 17 00:00:00 2001
From: Rock Zhang <iamgtskk@gmail.com>
Date: Mon, 11 Jan 2016 17:33:09 +0800
Subject: [PATCH] 修改有货币明细页面的标题

---
 yohobuy/m.yohobuy.com/application/controllers/Home.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/yohobuy/m.yohobuy.com/application/controllers/Home.php b/yohobuy/m.yohobuy.com/application/controllers/Home.php
index 24d3390..5b1c509 100644
--- a/yohobuy/m.yohobuy.com/application/controllers/Home.php
+++ b/yohobuy/m.yohobuy.com/application/controllers/Home.php
@@ -990,8 +990,8 @@ class HomeController extends AbstractAction
         // 审判跳转登录页
         $this->auditJumpLogin();
 
-        $this->setTitle('YOHO币');
-        $this->setNavHeader('YOHO币', true, false);
+        $this->setTitle('YOHO币明细');
+        $this->setNavHeader('YOHO币明细', true, false);
 
         $data = UserModel::getYohoCoinLists($this->_uid, 0, 20);
         $this->_view->display('currency-detail', array(
--
libgit2 0.24.0