Code Context <address>
<i class="fa fa-map-marker"></i> Office :<?=$staffOptions['Office']?> <br>
<i class="fa fa-phone"></i> Mobile : <?=$staffOptions['Mobile']?><br>
$viewFile = '/home/rrs/public_html/app/View/Team/profile.ctp'
$dataForView = array(
'Staff' => array(
'Staff' => array(
'id' => '6',
'slug' => 'englett-phillip',
'first_name' => 'Phillip',
'last_name' => 'Englett Sr.',
'content' => '',
'options' => '{
"Office": "(844) 889-0698",
"Fax": "(407) 309-5921",
"eMail": "penglettsr@Reliancers.com"
}'
)
)
)
$Staff = array(
'Staff' => array(
'id' => '6',
'slug' => 'englett-phillip',
'first_name' => 'Phillip',
'last_name' => 'Englett Sr.',
'content' => '',
'options' => '{
"Office": "(844) 889-0698",
"Fax": "(407) 309-5921",
"eMail": "penglettsr@Reliancers.com"
}'
)
)
$staffOptions = array(
'Office' => '(844) 889-0698',
'Fax' => '(407) 309-5921',
'eMail' => 'penglettsr@Reliancers.com'
)
include - APP/View/Team/profile.ctp, line 35
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 111