找回密码
 开放注册

QQ登录

只需一步,快速开始

微信登录

微信扫码,快速开始

通达OA官网网站
搜索
查看: 2228|回复: 2

关于引入header.inc.php

[复制链接]

40

主题

278

回帖

1475

牛毛

游客

积分
1755
发表于 2014-4-14 10:00:33 | 显示全部楼层 |阅读模式
二开的页面,引入header.inc.php之后,页面的title不见了,我查看了一下html源代码,页面上面加了这么一段代码,其中title是空的,导到我们自己设置的title不生效,请问如何解决?

<!DOCTYPE html>
<!--[if IE 6 ]> <html class="ie6 lte_ie6 lte_ie7 lte_ie8 lte_ie9"> <![endif]-->
<!--[if lte IE 6 ]> <html class="lte_ie6 lte_ie7 lte_ie8 lte_ie9"> <![endif]-->
<!--[if lte IE 7 ]> <html class="lte_ie7 lte_ie8 lte_ie9"> <![endif]-->
<!--[if lte IE 8 ]> <html class="lte_ie8 lte_ie9"> <![endif]-->
<!--[if lte IE 9 ]> <html class="lte_ie9"> <![endif]-->
<!--[if (gte IE 10)|!(IE)]><!--><html><!--<![endif]-->
<head>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=gbk" />
    <meta http-equiv="X-UA-Compatible" content="IE=10,chrome=1" />
    <link rel="stylesheet" type="text/css" href="/static/theme/9/style.css" />
    <script type="text/javascript" src="/static/js/ccorrect_btn.js"></script>
<script type="text/javascript" >
   var MYOA_JS_SERVER = "";
   var MYOA_STATIC_SERVER = "";
</script>
</head>


0

主题

197

回帖

445

牛毛

游客

积分
617
发表于 2014-4-14 18:01:10 | 显示全部楼层
您好,建议参考如下代码
$HTML_PAGE_TITLE = _("导入数据");
include_once("inc/header.inc.php");
其中$HTML_PAGE_TITLE用于title信息的展示。

点评

设置成功,谢谢  详情 回复 发表于 2014-4-15 08:38

257

主题

1154

回帖

1万

牛毛

游客

积分
18851
QQ
发表于 2014-4-16 21:52:47 | 显示全部楼层
而且$HTML_PAGE_TITLE 必须放在include_once("inc/header.inc.php");语句之前
您需要登录后才可以回帖 登录 | 开放注册

本版积分规则

咨询电话:400 818 0505 通达OA,国内协同管理软件行业内唯一的央企单位,中国协同OA软件的领跑者,优秀协同办公解决方案供应商

帮助|Archiver|小黑屋|通信管理局专项备案号:[2008]238号|由NB5牛论坛提供技术支持NB5用户社区 ( 皖ICP备08004151号;皖公网安备34010402700514号 )

GMT+8, 2024-12-24 08:51 , Processed in 0.132537 second(s), 33 queries , Yac On.

Powered by Discuz

Copyright © 2001-2024, 北京通达信科科技有限公司.

快速回复 返回顶部 返回列表