Changeset 15 for trunk/inc/profile.inc.php
- Timestamp:
- 08/09/05 22:30:14 (7 years ago)
- Files:
-
- 1 modified
-
trunk/inc/profile.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/profile.inc.php
r1 r15 23 23 ******************** http://opensource.ikse.net/projects/dotnode ***/ 24 24 25 $ smarty->assign('Title', 'Profile');25 $_SMARTY['Title'] = 'Profile'; 26 26 27 27 $user['info'] =& get_cache_user_info($url_id, NULL, true); … … 106 106 107 107 108 $ smarty->assign('leftmenu',$leftmenu);108 $_SMARTY['leftmenu'] = $leftmenu; 109 109 110 $ smarty->assign('user',$user);110 $_SMARTY['user'] = $user; 111 111 112 112 ?>
