XPressME Integration Kit

Trac


Ignore:
Timestamp:
Jun 9, 2009, 5:37:04 PM (15 years ago)
Author:
toemon
Message:

#130 カスタムテンプレートタグでwp_parse_argsを利用
get_xpress_excerpt_contents()
xpress_the_content()
を除き修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/include/xpress_render.php

    r232 r272  
    208208        $xpress_data['left_post_link'] = $GLOBALS['left_arrow_post_link']; 
    209209        $xpress_data['right_post_link'] = $GLOBALS['right_arrow_post_link']; 
    210         $xpress_data['left_posts_link'] =  str_replace('«','',xpress_left_arrow_posts_link(false)); 
    211         $xpress_data['right_posts_link'] = str_replace('»','',xpress_right_arrow_posts_link(false)); 
    212         $xpress_data['now_user_level'] = xpress_now_user_level(false); 
     210        $xpress_data['left_posts_link'] =  str_replace('«','',xpress_left_arrow_posts_link('echo=0')); 
     211        $xpress_data['right_posts_link'] = str_replace('»','',xpress_right_arrow_posts_link('echo=0')); 
     212        $xpress_data['now_user_level'] = xpress_now_user_level('echo=0'); 
    213213 
    214214        $xoopsTpl->assign('xpress', $xpress_data); 
Note: See TracChangeset for help on using the changeset viewer.