Changeset 15 for trunk/inc/communities/invite.inc.php
- Timestamp:
- 08/09/05 22:30:14 (7 years ago)
- Files:
-
- 1 modified
-
trunk/inc/communities/invite.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/communities/invite.inc.php
r1 r15 38 38 $leftmenu["/communities/events/".$token[2]] = 'View events'; 39 39 40 $ smarty->assign('leftmenu',$leftmenu);40 $_SMARTY['leftmenu'] = $leftmenu; 41 41 /************************************/ 42 42 43 $ smarty->assign('Title', $community['info']['name']);44 $ smarty->assign('friends', $friends);45 $ smarty->assign('community', $community);43 $_SMARTY['Title'] = $community['info']['name']; 44 $_SMARTY['friends'] = $friends; 45 $_SMARTY['community'] = $community; 46 46 } 47 47 else
