mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
- 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:
@@ -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');
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user