Showing
1 changed file
with
1 additions
and
1 deletions
@@ -39,7 +39,7 @@ class HelperSearch | @@ -39,7 +39,7 @@ class HelperSearch | ||
39 | } | 39 | } |
40 | self::$listNav[0] = array( | 40 | self::$listNav[0] = array( |
41 | 'href' => '', | 41 | 'href' => '', |
42 | - 'name' => $cookieChannel | 42 | + 'name' => strtoupper($cookieChannel).'首页' |
43 | ); | 43 | ); |
44 | self::$listNav[1] = array( | 44 | self::$listNav[1] = array( |
45 | 'href' => '', | 45 | 'href' => '', |
-
Please register or login to post a comment