pgr 出境游模板

hotfix/远程访问多媒体中心
lyt 7 years ago
parent 2f19a4de0c
commit 05a5615e95

@ -958,6 +958,11 @@ $config['templates_ah'] = array(
'静态页面' => 'static'
);
// 出境游网站模板
$config['templates_pgr'] = array(
'空白模板' => 'guide_info_detail'
,'导航模板' => 'culture_info_detail_with_category'
);
//翰特产品类型,Information控制器的get_products函数有直接调用在这里增加了信息需要去控制器写相关操作代码
$config['ProductType_HT'] = array(

@ -187,6 +187,9 @@ class Information extends CI_Controller {
if (in_array($this->config->item('site_code'), array('ah'))) {
$this->config->set_item('templates', $this->config->item('templates_ah'));
}
if (in_array($this->config->item('site_code'), array('pgr'))) {
$this->config->set_item('templates', $this->config->item('templates_pgr'));
}
//信息区域类型
switch ($data['rootInformation']->ic_ht_area_type) {

@ -4,9 +4,9 @@
<head>
<meta charset="utf-8">
<title>信息平台</title>
<link rel="stylesheet" href="/css/information-system3.css?v=201508112" type="text/css" />
<script type="text/javascript" src="/min/?f=/js/information-system3.min.js,/js/common.js&v=2018022601"></script>
<script type="text/javascript" src="/js/kindeditor/kindeditor.js?v=20160601"></script>
<link rel="stylesheet" href="http://cht.mycht.cn/css/information-system3.css?v=201508112" type="text/css" />
<script type="text/javascript" src="http://cht.mycht.cn/min/?f=/js/information-system3.min.js,/js/common.js&v=2018022601"></script>
<script type="text/javascript" src="http://cht.mycht.cn/js/kindeditor/kindeditor.js?v=20160601"></script>
<link rel="shortcut icon" href="/bootstrap/img/glyphicons_290_skull.png">
<script language="javascript">

Loading…
Cancel
Save