- Timestamp:
- 01/24/10 10:03:55 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/content/plugins/users/templates/users_edit_profile.php
r847 r980 47 47 48 48 ?> 49 <div id="users_edit_profile"> 50 49 51 <h2><?php echo $h->lang["users_profile_edit"]; ?>: <?php echo $h->vars['user']->name; ?></h2> 50 52 … … 67 69 <input type='hidden' name='csrf' value='<?php echo $h->csrfToken; ?>' /> 68 70 </form> 71 </div>