- Moved functions from FHC-Header to fhc_header_helper

- Added function backwardCompatibleJSMsIe to fhc_header_helper for backward compatibility with older versions of MS IE
- FHC_Controller now loads helper fhc_header too
- Added afarkas/html5shiv and scottjehl/Respond to composer
- Rename function sendMail in fhc_sancho_helper.php to sendSanchoMail
This commit is contained in:
Paolo
2018-07-11 13:43:18 +02:00
parent 37ca34a6b5
commit 04e2e1c54b
9 changed files with 300 additions and 197 deletions
+3
View File
@@ -31,6 +31,9 @@ class FHC_Controller extends CI_Controller
// Loads language helper
$this->load->helper('fhc_language');
// Loads header helper
$this->load->helper('fhc_header');
}
//------------------------------------------------------------------------------------------------------------------