Changeset 15 for trunk/inc/new
- Timestamp:
- 08/09/05 22:30:14 (7 years ago)
- Files:
-
- 1 modified
-
trunk/inc/new/profile.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/new/profile.inc.php
r1 r15 41 41 42 42 43 $ smarty->assign('Title', 'Profile creation');43 $_SMARTY['Title'] = 'Profile creation'; 44 44 45 45 $step = array( … … 93 93 94 94 95 $ smarty->assign('access_list',$access_list);96 $ smarty->assign('my', $my);95 $_SMARTY['access_list'] = $access_list; 96 $_SMARTY['my'] = $my; 97 97 98 $ smarty->assign('step', $step);98 $_SMARTY['step'] = $step; 99 99 100 100 ?>
