footers.inc
Format and function of footers.inc.php
The basics are the same as described in get_page_headers (). The file should define an array named $mod_footers.
Of course, neither CSS files can be loaded nor META-settings can be made in the footer. But it is possible to load additional JavaScripts here.
Example:
- $mod_footers = [
- 'frontend' => [
- 'js' => [
- "modules/lib_jquery/jquery-ui/jquery-ui.min.js"
- ]
- ]
- ];
last edit: 12. Mar 2024 CET 21:14:41