Changeset 15 for trunk/inc/friends/fans.inc.php
- Timestamp:
- 08/09/05 22:30:14 (7 years ago)
- Files:
-
- 1 modified
-
trunk/inc/friends/fans.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/friends/fans.inc.php
r1 r15 23 23 ******************** http://opensource.ikse.net/projects/dotnode ***/ 24 24 25 $ smarty->assign('Title', 'Fans');25 $_SMARTY['Title'] = 'Fans'; 26 26 27 27 $user['info'] = get_cache_user_info($url_id); … … 78 78 $leftmenu["/bookmarks/$url_id"] = 'Bookmarks'; 79 79 80 $ smarty->assign('leftmenu',$leftmenu);80 $_SMARTY['leftmenu'] = $leftmenu; 81 81 82 82 /************************************************/ 83 $ smarty->assign('tr_attr', array("class='odd' style='vertical-align:top'", "class='even' style='vertical-align:top'"));84 $ smarty->assign('user', $user);85 $ smarty->assign('fans', $fans);83 $_SMARTY['tr_attr'] = array("class='odd' style='vertical-align:top'", "class='even' style='vertical-align:top'"); 84 $_SMARTY['user'] = $user; 85 $_SMARTY['fans'] = $fans; 86 86 87 87 ?>
