me: */
$myFusebox['thisCircuit'] = "doctors";
/* doctors.home: */
$myFusebox['thisFuseaction'] = "home";
/* doctors._home: */
$Content = ob_get_contents();
ob_end_clean();
/* Template.doctortemplate: */
$myFusebox['thisCircuit'] = "Template";
/* Template.doctortemplate: */
$myFusebox['thisFuseaction'] = "doctortemplate";
/* Template.doctortemplate: */
if ( file_exists($application["fusebox"]["WebRootToAppRootPath"]."templates/template.php") ) {
include($application["fusebox"]["WebRootToAppRootPath"]."templates/template.php");
}
else {
__cfthrow(array("type"=>"fusebox.missingFuse", "message"=>"missing Fuse", "detail"=>"You tried to include a fuse template in circuit Template which does not exist."));
}
/* doctors.home: */
$myFusebox['thisCircuit'] = "doctors";
/* doctors.home: */
$myFusebox['thisFuseaction'] = "home";
/* doctors.locationcategoryDetail: */
$myFusebox['thisCircuit'] = "doctors";
/* doctors.locationcategoryDetail: */
$myFusebox['thisFuseaction'] = "locationcategoryDetail";
/* doctors.locationcategoryDetail: */
}
/* doctors.locationcategoryDetail: */
$myFusebox['thisCircuit'] = "doctors";
/* doctors.locationcategoryDetail: */
$myFusebox['thisFuseaction'] = "locationcategoryDetail";
/* doctors.locationcategoryDetail: */
$myFusebox['thisCircuit'] = "doctors";
/* doctors.locationcategoryDetail: */
$myFusebox['thisFuseaction'] = "locationcategoryDetail";
?>