Changeset 15 for trunk/inc/friends/search.inc.php
- Timestamp:
- 08/09/05 22:30:14 (7 years ago)
- Files:
-
- 1 modified
-
trunk/inc/friends/search.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/friends/search.inc.php
r1 r15 23 23 ******************** http://opensource.ikse.net/projects/dotnode ***/ 24 24 25 $ smarty->assign('Title', 'Friend finder');25 $_SMARTY['Title'] = 'Friend finder'; 26 26 27 27 $user['info'] = get_cache_user_info($url_id); … … 153 153 $leftmenu["/bookmarks/$url_id"] = 'Bookmarks'; 154 154 155 $ smarty->assign('leftmenu',$leftmenu);155 $_SMARTY['leftmenu'] = $leftmenu; 156 156 157 157 /************************************************/ 158 $ smarty->assign('user', $user);159 if($result) $ smarty->assign('result',$result);158 $_SMARTY['user'] = $user; 159 if($result) $_SMARTY['result'] = $result; 160 160 ?>
