国内流行的内容管理系统(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.

11 lines
424B

  1. <nav class="site-nav bg-light py-2">
  2. <div class="container">
  3. <div class="row">
  4. <div class="col-12 d-flex justify-content-end user" id="_login">
  5. <a href="<?php echo $cfg_memberurl;?>/login.php">登录</a>
  6. <a class="ml-3" href="<?php echo $cfg_memberurl;?>/index_do.php?fmdo=user&dopost=regnew">注册</a>
  7. </div>
  8. </div>
  9. </div>
  10. </nav>