CIS: CIWorker works; now we need communication via web services
[living-lab-site.git] / application / views / user / profile_view.php
index d831658..1382317 100644 (file)
                                <th><?php echo $this->lang->line('user_last_name'). ': ' ?></th>
                                <td><?php echo $userdata['last_name'] ?></td>
                        </tr>
+                       
+                       <tr>
+                               <th><?php echo $this->lang->line('user_sex'). ': ' ?></th>
+                               <td><?php
+                                       echo ($userdata['sex']
+                                                       ? $this->lang->line('user_sex_female')
+                                                       : $this->lang->line('user_sex_male') ) ?></td>
+                       </tr>
 
                        <tr>
                                <th><?php echo $this->lang->line('user_birth_date'). ': ' ?></th>