- Timestamp:
- Nov 18, 2014 10:55:26 AM (11 years ago)
- Location:
- pro-violet-viettel/sourcecode/application/modules/frontend
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/frontend/controllers/user.php
r549 r551 26 26 $data['current_tab'] = $this->uri->segment(4, 'edit-basic'); 27 27 $data['packages'] = $this->servicepackage_model->getAllPackages(); 28 $data['is_viettel'] = $user_info['is_viettel']; 28 29 parse_str($user, $info); 29 30 $data= array_merge($data,$u); -
pro-violet-viettel/sourcecode/application/modules/frontend/views/user_profile.php
r545 r551 237 237 <div class="alert alert-block alert-success"> 238 238 <p> 239 Sá» dụng thuê bao <strong><?php echo @$username; ?></strong> soạn tin nhắn: <strong>SBG NAP [SoTien] gá»i 8062</strong>.<br/>239 <span <?php if(!($is_viettel)) echo 'style="display: none;"'?> >Sá» dụng thuê bao <strong><?php echo @$username; ?></strong> soạn tin nhắn: <strong>SBG NAP [SoTien] gá»i 8062</strong>. </span><br/> 240 240 Nếu quà vá» sá» dụng thuê bao Viettel khác thì soạn tin nhắn: <strong>SBG NAP [SoTien] <?php echo $username; ?> gá»i tá»i 8062</strong>. 241 241
Note: See TracChangeset
for help on using the changeset viewer.