Merge branch 'master' of github.com:hainatravel/information-system

hotfix/paypal-note
赵鹏 3 years ago
commit 5d3373e4c4

@ -951,7 +951,19 @@ class Information extends CI_Controller
break;
default:
}
$breadcrumb_data = $this->Information_model->get_path_exclude_self($information->is_id, $information->is_path);
// GH Home 下层节点名称和链接映射
$group_map = [
278009289 => [
'ic_url' => '/destinations',
'ic_url_title' => 'Destinations'
],
278009290 => [
'ic_url' => '/about',
'ic_url_title' => 'About Us'
]
];
$breadcrumb_data = $this->Information_model->get_breadcrumb_data($information->is_id, $information->is_path, $group_map);
$breadcrumb_structured_data_content = $this->load->view(
$template_path . '-structured-data-breadcrumb',

@ -174,9 +174,11 @@
<!--@TRAIN-SEARCH@-->
<!--@CUSTOM-CONENT@-->
</article>
<div class="wechat_button"><a href="/contactus/" id="wechat_button"><img src="https://data.chinahighlights.com/image/forms/china-highlights-wechat-button-all.png" class="img-responsive" alt="China Highlights' wechat"></a></div>
</div>
<!--@TIPS-RIGHT-TOP@-->
<!--@TIPS-RIGHT@-->
</div>
</div>
<!--PC底部-->

@ -208,6 +208,7 @@
<!--@ARTICLENEXT@-->
</article>
<div class="wechat_button"><a href="/contactus/" id="wechat_button"><img src="https://data.chinahighlights.com/image/forms/china-highlights-wechat-button-all.png" class="img-responsive" alt="China Highlights' wechat"></a></div>
</div>
<footer>

Loading…
Cancel
Save