Hook: php_index_bottom
3899
Use this hook to execute PHP code at the very end in the index.php file.
For example:
if (isset($page3)) { echo "CMS is ready..."; } else { echo "CMS is always ready..."; }
if you like to include a file:
APP_PATH.'plugins/yourplugin/file_to_include.php';