footer .= ' '; } function zxd_ctrlcenter_wxreward_html(&$template){ global $zbp; if ($zbp->Config('zxd_ctrlcenter')->plugin_wxreward_picurl){ $QR=$zbp->Config('zxd_ctrlcenter')->plugin_wxreward_picurl; }else{ $QR= $zbp->host.'zb_users/plugin/zxd_ctrlcenter/plugin/wxreward/src/wxpay.jpg'; } if ($zbp->Config('zxd_ctrlcenter')->plugin_wxreward_txt){ $txt=$zbp->Config('zxd_ctrlcenter')->plugin_wxreward_txt; }else{ $txt='微信扫一扫,打赏作者吧~'; } $html='
'; $content=$template->GetTags('article')->Content; $template->GetTags('article')->Content=$content . $html; }