芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/theenvironmentalengineering.com/application/views/view_header.php
'; echo '
'; echo '
'.$page['mt_home'].'
'; } if($slug_arr[0] == 'about') { echo '
'; echo '
'; echo '
'.$page['mt_about'].'
'; } if($slug_arr[0] == 'gallery') { echo '
'; echo '
'; echo '
'.$page['mt_gallery'].'
'; } if($slug_arr[0] == 'faq') { echo '
'; echo '
'; echo '
'.$page['mt_faq'].'
'; } if($slug_arr[0] == 'service') { if(!isset($slug_arr[1])) { echo '
'; echo '
'; echo '
'.$page['mt_service'].'
'; } else { $single_service_data = $this->Model_common->get_single_service_data($slug_arr[2]); foreach($single_service_data as $row) { echo '
'; echo '
'; echo '
'.$row['meta_title'].'
'; } } } if($slug_arr[0] == 'portfolio') { if(!isset($slug_arr[1])) { echo '
'; echo '
'; echo '
'.$page['mt_portfolio'].'
'; } else { $single_portfolio_data = $this->Model_common->get_single_portfolio_data($slug_arr[2]); foreach($single_portfolio_data as $row) { echo '
'; echo '
'; echo '
'.$row['meta_title'].'
'; } } } if($slug_arr[0] == 'testimonial') { echo '
'; echo '
'; echo '
'.$page['mt_testimonial'].'
'; } if(isset($slug_two)) { if($slug_two == 'news/page') { echo '
'; echo '
'; echo '
'.$page['mt_news'].'
'; } if($slug_two == 'news/view') { $single_news_data = $this->Model_common->get_single_news_data($slug_arr[2]); foreach($single_news_data as $row) { $og_id = $row['news_id']; $og_photo = $row['photo']; $og_title = $row['news_title']; $og_description = $row['news_short_content']; echo '
'; echo '
'; echo '
'.$row['meta_title'].'
'; } ?>
'; echo '
'; echo '
'.$page['mt_contact'].'
'; } if($slug_arr[0] == 'search') { echo '
'; echo '
'; echo '
'.$page['mt_search'].'
'; } if($slug_arr[0] == 'terms-and-conditions') { echo '
'; echo '
'; echo '
'.$page['mt_term'].'
'; } if($slug_arr[0] == 'privacy-policy') { echo '
'; echo '
'; echo '
'.$page['mt_privacy'].'
'; } ?>
'; } } ?>
Model_common->get_menu_data(); ?>
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage