FCPATH/public/themes/cosmacare/front/inc_html_foot.php [ 442 ]
437 <span aria-hidden="true" style="float: right; color: red; font-size: 25px; font-weight: 600;">×</span>
438 </button>
439
440 <div class="topic">สอบถามเกี่ยวกับโปรโมชั่น</div>
441 <div class="topic2">Please leave a message and we will contact you back.</div>
442 <input type="hidden" name="<?php echo $csrf['name']; ?>" value="<?php echo $csrf['hash'];?>" />
443 <form action="" method="post" accept-charset="UTF-8">
444 <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6" style="padding-bottom: 15px;">
445 <div class="Qinput"> First Name <span style="color:red;">*</span> <br> <input style="width: 100%;" type="text" name="name" required></div>
446 </div>
447 <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6" style="padding-bottom: 15px;">
-
FCPATH/public/themes/cosmacare/front/inc_html_foot.php [ 442 ] » MY_Exceptions::error_handler(arguments)
code
8
error
Undefined variable: csrf
file
/home/cosmacare/domains/cosmacareclinic.com/public_html/public/themes/cosmacare/front/inc_html_foot.php
line
442
4
Array ( [_ci_data] => Array ( [_ci_view] => cosmacare/front/template [_ci_vars] => Array ( [page_title] => เสริมหน้าอก ศัลยกรรม เลเซอร์ Cosmacare Clinic › not_found [page_content] =>
บริการ ของเราบริการรักษาที่ได้มาตรฐาน
“ด้วยแพทย์”ที่มีประสบการณ์
Cosmacare
TV437 <span aria-hidden="true" style="float: right; color: red; font-size: 25px; font-weight: 600;">×</span> 438 </button> 439 440 <div class="topic">สอบถามเกี่ยวกับโปรโมชั่น</div> 441 <div class="topic2">Please leave a message and we will contact you back.</div> 442 <input type="hidden" name="<?php echo $csrf['name']; ?>" value="<?php echo $csrf['hash'];?>" /> 443 <form action="" method="post" accept-charset="UTF-8"> 444 <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6" style="padding-bottom: 15px;"> 445 <div class="Qinput"> First Name <span style="color:red;">*</span> <br> <input style="width: 100%;" type="text" name="name" required></div> 446 </div> 447 <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6" style="padding-bottom: 15px;">
-
FCPATH/public/themes/cosmacare/front/template.php [ 15 ] » include(arguments)
0
/home/cosmacare/domains/cosmacareclinic.com/public_html/public/themes/cosmacare/front/inc_html_foot.php
10 <?php echo $page_content = !empty($page_content) ? $page_content :''; ?> 11 <!-- content --> 12 13 14 <!-- Footer --> 15 <?php include( dirname(__FILE__).'/inc_html_foot.php' ); ?> 16 <!-- Footer --> 17 18 19 20
-
APPPATH/third_party/MX/Loader.php [ 315 ] » include(arguments)
0
/home/cosmacare/domains/cosmacareclinic.com/public_html/public/themes/cosmacare/front/template.php
310 ob_start(); 311 312 if ((bool) @ini_get('short_open_tag') === FALSE AND CI::$APP->config->item('rewrite_short_tags') == TRUE) { 313 echo eval('?>'.preg_replace("/;*\s*\?>/", "; ?>", str_replace('<?=', '<?php echo ', file_get_contents($_ci_path)))); 314 } else { 315 include($_ci_path); 316 } 317 318 log_message('debug', 'File loaded: '.$_ci_path); 319 320 if ($_ci_return == TRUE) return ob_get_clean();
-
APPPATH/core/MY_Loader.php [ 110 ] » MX_Loader->_ci_load(arguments)
_ci_data
Array ( [_ci_view] => cosmacare/front/template [_ci_vars] => Array ( [page_title] => เสริมหน้าอก ศัลยกรรม เลเซอร์ Cosmacare Clinic › not_found [page_content] =>
105 $this->_ci_view_paths = array( $path => TRUE ) + $this->_ci_view_paths; 106 $ci_view = $view; 107 } 108 109 unset( $view_path, $use_theme, $default_theme ); 110 return $this->_ci_load(array('_ci_view' => $ci_view, '_ci_vars' => $this->_ci_object_to_array($vars), '_ci_return' => $return)); 111 }// view 112 113 114 }
-
APPPATH/core/MY_Controller.php [ 331 ] » MY_Loader->view(arguments)
view
front/template
vars
Array ( [page_title] => เสริมหน้าอก ศัลยกรรม เลเซอร์ Cosmacare Clinic › not_found [page_content] =>
return
use_theme
326 { 327 $output[$filter_output] = isset($output[$filter_output]) ? apply_base_url($output[$filter_output]) :''; 328 } 329 } 330 $output['page_content'] = $this->load->view( $page, $output, true, $theme ); 331 $this->load->view( 'front/template', $output, false, $theme ); 332 }// generate_page 333 334 335 336 }
-
APPPATH/controllers/auto_controller.php [ 122 ] » MY_Controller->generate_page(arguments)
page
front/page_not_found_view
output
Array ( [page_title] => เสริมหน้าอก ศัลยกรรม เลเซอร์ Cosmacare Clinic › not_found )
117 $this->load->view('site-admin/page_not_found_view',$output); 118 }else{ 119 if( !empty($this->theme_system_name) ) 120 { 121 122 $this->generate_page('front/page_not_found_view',$output); 123 124 }else{ 125 $this->theme_system_name ='admin'; 126 $this->load->view('site-admin/page_not_found_view'); 127 }
-
APPPATH/controllers/auto_controller.php [ 101 ] » auto_controller->not_found()
96 unset( $query ); 97 // end check redirection in url_alias.----------------------------------------------------------------------------------------------- 98 99 // found nothing. 100 //show_404(); 101 $this->not_found(); 102 103 104 }// index 105 106
-
APPPATH/controllers/auto_controller.php [ 24 ] » auto_controller->index()
19 parent::__construct(); 20 }// __construct 21 22 23 function _remap() { 24 $this->index(); 25 }// _remap 26 27 28 function index() { 29
-
FCPATH/system/core/CodeIgniter.php [ 325 ] » auto_controller->_remap(arguments)
0
index
1
Array ( )
320 * ------------------------------------------------------ 321 */ 322 // Is there a "remap" function? If so, we call it instead 323 if (method_exists($CI, '_remap')) 324 { 325 $CI->_remap($method, array_slice($URI->rsegments, 2)); 326 } 327 else 328 { 329 // is_callable() returns TRUE on some versions of PHP 5 for private and protected 330 // methods, so we'll use this workaround for consistent behavior
-
FCPATH/index.php [ 222 ] » require_once(arguments)
0
/home/cosmacare/domains/cosmacareclinic.com/public_html/system/core/CodeIgniter.php
217 * 218 * And away we go... 219 * 220 */ 221 222 require_once BASEPATH.'core/CodeIgniter.php'; 223 224 /* End of file index.php */ 225 /* Location: ./index.php */