diff --git a/application/controllers/information.php b/application/controllers/information.php index 24426981..8935b4fa 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -589,16 +589,14 @@ class Information extends CI_Controller $breadcrumb_data = $this->Information_model->get_path_exclude_self($information->is_id, $information->is_path); - if ($information->is_id == '278006460') { - $breadcrumb_structured_data_content = $this->load->view( - $template_path . '-structured-data-breadcrumb', - array('breadcrumb_data' => $breadcrumb_data, 'information' => $information), - true); - $template = str_replace( - '', - $breadcrumb_structured_data_content, - $template); - } + $breadcrumb_structured_data_content = $this->load->view( + $template_path . '-structured-data-breadcrumb', + array('breadcrumb_data' => $breadcrumb_data, 'information' => $information), + true); + $template = str_replace( + '', + $breadcrumb_structured_data_content, + $template); //替换模板中的标签 diff --git a/application/views/mobile_first/ch-pc.php b/application/views/mobile_first/ch-pc.php index 8e959a5b..18776435 100644 --- a/application/views/mobile_first/ch-pc.php +++ b/application/views/mobile_first/ch-pc.php @@ -12,14 +12,13 @@ - - - - - - - - + + + + + + + diff --git a/application/views/mobile_first/ch.php b/application/views/mobile_first/ch.php index 3e443dc6..9253a0fe 100644 --- a/application/views/mobile_first/ch.php +++ b/application/views/mobile_first/ch.php @@ -6,6 +6,10 @@ + + + + @@ -356,5 +360,6 @@ ] } + \ No newline at end of file