discuz教程:電腦版、手機版去除標題title中的Powered by Discuz
Discuz! X3.2電腦版、手機版默認模板去除標題title中的Powered by Discuz!的方法
電腦版:
打開 /template/default/common/header_common.htm 文件
找到
$navtitle - $_G['setting']['bbname'] - Powered by Discuz!
刪除Powered by Discuz!即可
手機版之標準版:
打開 /template/default/mobile/common/header.htm 文件
找到
$navtitle - $_G['setting']['bbname'] - {lang waptitle} - Powered by Discuz!
刪除Powered by Discuz!即可
手機版之觸屏版:
打開 /template/default/touch/common/header.htm 文件
找到
$navtitle - $_G['setting']['bbname'] - {lang waptitle} - Powered by Discuz!
刪除Powered by Discuz!即可
電腦版:
打開 /template/default/common/header_common.htm 文件
找到
刪除Powered by Discuz!即可
手機版之標準版:
打開 /template/default/mobile/common/header.htm 文件
找到
刪除Powered by Discuz!即可
手機版之觸屏版:
打開 /template/default/touch/common/header.htm 文件
找到
刪除Powered by Discuz!即可