Changeset 15 for trunk/inc/communities/editEvent.inc.php
- Timestamp:
- 08/09/05 22:30:14 (7 years ago)
- Files:
-
- 1 modified
-
trunk/inc/communities/editEvent.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/communities/editEvent.inc.php
r14 r15 43 43 $leftmenu["/communities/events/".$community['info']['id_comm']] = 'View events'; 44 44 45 $ smarty->assign('leftmenu',$leftmenu);45 $_SMARTY['leftmenu'] = $leftmenu; 46 46 /************************************/ 47 47 48 48 49 $ smarty->assign('community',$community);50 $ smarty->assign('event', $event);49 $_SMARTY['community'] = $community; 50 $_SMARTY['event'] = $event; 51 51 } 52 52 }
