<p id="gwjr0"></p>

    1. 注冊 | 登錄 |
      易站導航

      discuz教程:電腦版、手機版去除標題title中的Powered by Discuz

      時間:2021-07-15人氣:-


      Discuz! X3.2電腦版、手機版默認模板去除標題title中的Powered by Discuz!的方法

      電腦版:
      打開 /template/default/common/header_common.htm 文件
      找到
      <title><!--{if !empty($navtitle)}-->$navtitle - <!--{/if}--><!--{if empty($nobbname)}--> $_G['setting']['bbname'] - <!--{/if}--> Powered by Discuz!</title>
      刪除Powered by Discuz!即可

      手機版之標準版:
      打開 /template/default/mobile/common/header.htm 文件
      找到
      <title><!--{if !empty($navtitle)}-->$navtitle - <!--{/if}--><!--{if empty($nobbname)}--> $_G['setting']['bbname'] - <!--{/if}--> {lang waptitle} - Powered by Discuz!</title>
      刪除Powered by Discuz!即可

      手機版之觸屏版:
      打開 /template/default/touch/common/header.htm 文件
      找到
      <title><!--{if !empty($navtitle)}-->$navtitle - <!--{/if}--><!--{if empty($nobbname)}--> $_G['setting']['bbname'] - <!--{/if}--> {lang waptitle} - Powered by Discuz!</title>
      刪除Powered by Discuz!即可

      上篇:discuz教程:游客看小圖,登錄后看大圖的設置方法

      下篇:discuz在后臺找不到用戶名前臺提示已經注冊