Changeset 15 for trunk/inc/friends/join.inc.php
- Timestamp:
- 08/09/05 22:30:14 (7 years ago)
- Files:
-
- 1 modified
-
trunk/inc/friends/join.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/friends/join.inc.php
r1 r15 23 23 ******************** http://opensource.ikse.net/projects/dotnode ***/ 24 24 25 $ smarty->assign('Title', 'Invite your friends');25 $_SMARTY['Title'] = 'Invite your friends'; 26 26 $user['info'] = get_cache_user_info($url_id); 27 27 … … 33 33 } 34 34 35 $ smarty->assign('user', $user);36 $ smarty->assign('invitations', $invitations);35 $_SMARTY['user'] = $user; 36 $_SMARTY['invitations'] = $invitations; 37 37 38 38
