Changeset 15 for trunk/inc/my/profile/contact/edit.inc.php
- Timestamp:
- 08/09/05 22:30:14 (7 years ago)
- Files:
-
- 1 modified
-
trunk/inc/my/profile/contact/edit.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/my/profile/contact/edit.inc.php
r1 r15 27 27 unset($labels['profile']['country']['(null)']); 28 28 29 $ smarty->assign('Title', "Edit my contact");29 $_SMARTY['Title'] = "Edit my contact"; 30 30 31 31 $t_name = 'user_contact'; … … 39 39 $access_list[$t_name] = get_access_list($_SESSION['my_id'], $t_name ); 40 40 41 $ smarty->assign('access_list',$access_list);41 $_SMARTY['access_list'] = $access_list; 42 42 43 $ smarty->assign('my', $my);43 $_SMARTY['my'] = $my; 44 44 45 45 ?>
