Showing
1 changed file
with
1 additions
and
1 deletions
@@ -19,7 +19,7 @@ class Controller_MobileApi extends Controller_Abstract | @@ -19,7 +19,7 @@ class Controller_MobileApi extends Controller_Abstract | ||
19 | $headCover = ''; | 19 | $headCover = ''; |
20 | if($module['id'] == 1) | 20 | if($module['id'] == 1) |
21 | { | 21 | { |
22 | - $headCover = '';//SITE_IMG.'/yohood/yohood-logo-mobile_v3.png'; | 22 | + $headCover = SITE_IMG.'/yohood/yohood-logo-mobile_v3.png'; |
23 | } | 23 | } |
24 | $data [] = array('id'=> $module['id'], | 24 | $data [] = array('id'=> $module['id'], |
25 | 'status'=> $module['status'], | 25 | 'status'=> $module['status'], |
-
Please register or login to post a comment