CIS: CIWorker works; now we need communication via web services
[living-lab-site.git] / application / views / user / profile_view.php
index d8db9ac..1382317 100644 (file)
@@ -18,7 +18,7 @@
                        <tr>
                                <td>
                                  <?php if ($userdata['picture']): ?>
-                                       <img src="<?php echo site_url("data/user_pictures/{$userdata['picture']}") ?>" style="float: left" />
+                                       <a href="<?php echo $userdata['picture'] ?>"><img src="<?php echo $userdata['picture_thumb'] ?>" style="float: left" /></a>
                                  <?php endif ?>
                                </td>
                                <td></td>
                                <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>