Changeset 15 for trunk/inc/my/profile/general/edit.inc.php
- Timestamp:
- 08/09/05 22:30:14 (7 years ago)
- Files:
-
- 1 modified
-
trunk/inc/my/profile/general/edit.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/my/profile/general/edit.inc.php
r1 r15 23 23 ******************** http://opensource.ikse.net/projects/dotnode ***/ 24 24 25 $ smarty->assign('Title', "Edit general profile");25 $_SMARTY['Title'] = "Edit general profile"; 26 26 27 27 $t_name = 'user_general'; … … 37 37 $access_list[$t_name] = get_access_list($_SESSION['my_id'], $t_name ); 38 38 39 $ smarty->assign('access_list',$access_list);40 $ smarty->assign('my', $my);39 $_SMARTY['access_list'] = $access_list; 40 $_SMARTY['my'] = $my; 41 41 42 42 ?>
