DEDECMS会员空间调用收藏

DEDECMS会员空间调用收藏

第一步 打开member/inc/space_action.php 将以下代码加入到最底部 1 2 3 4 5 6 7 8 9 10 11 12 13 14 //我的收藏 else if ( $action == stow ) { include_once (DEDEINC. /arc.memberlistview.class.php ); include_once (DEDEINC. /channelunit.fu...