国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
1.0KB

  1. <div class="container">
  2. <div class="text-center member-info">
  3. <img class="member-logo" src="<?php echo $cfg_ml->fields['face']; ?>" alt="<?php echo $cfg_ml->M_MbType; ?>的头像">
  4. <div class="member-type"><span class="badge badge-success"><?php echo $cfg_ml->M_MbType; ?>用户</span></div>
  5. <div>
  6. <h4><?php echo $cfg_ml->M_LoginID; ?></h4>
  7. </div>
  8. <div class="member-rank text-danger">积分:<?php echo $cfg_ml->M_Scores;?>
  9. 金币:<?php echo $cfg_ml->M_Money;?> <a href="buy.php" class="btn btn-danger btn-sm">充值</a>
  10. </div>
  11. <ul class="nav justify-content-center">
  12. <li class="nav-item">
  13. <a class="nav-link" href="pm.php">短消息</a>
  14. </li>
  15. <li class="nav-item">
  16. <a class="nav-link" href="mystow.php">收藏</a>
  17. </li>
  18. <li class="nav-item">
  19. <a class="nav-link" href="shops_orders.php">订单</a>
  20. </li>
  21. </ul>
  22. </div>
  23. </div>