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