Changeset 15 for trunk/inc/communities/replyTopic.inc.php
- Timestamp:
- 08/09/05 22:30:14 (7 years ago)
- Files:
-
- 1 modified
-
trunk/inc/communities/replyTopic.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/communities/replyTopic.inc.php
r1 r15 38 38 } 39 39 40 $ smarty->assign('community',$community);41 $ smarty->assign('topic', $topic);40 $_SMARTY['community'] = $community; 41 $_SMARTY['topic'] = $topic; 42 42 } 43 43 ?>
