- Timestamp:
- Jun 18, 2009, 10:38:37 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Ver2.0/xpressme_integration_kit/include/xpress_render.php
r278 r290 213 213 $xpress_data['left_post_link'] = $GLOBALS['left_arrow_post_link']; 214 214 $xpress_data['right_post_link'] = $GLOBALS['right_arrow_post_link']; 215 $xpress_data['left_posts_link'] = str_replace('«','',xpress_left_arrow_posts_link( 'echo=0'));216 $xpress_data['right_posts_link'] = str_replace('»','',xpress_right_arrow_posts_link( 'echo=0'));217 $xpress_data['now_user_level'] = xpress_now_user_level( 'echo=0');215 $xpress_data['left_posts_link'] = str_replace('«','',xpress_left_arrow_posts_link(false)); 216 $xpress_data['right_posts_link'] = str_replace('»','',xpress_right_arrow_posts_link(false)); 217 $xpress_data['now_user_level'] = xpress_now_user_level(false); 218 218 219 219 $xoopsTpl->assign('xpress', $xpress_data);
Note: See TracChangeset
for help on using the changeset viewer.