FAQ - Hook: php_admin_index

Hook: php_admin_index

4280


Use this hook to execute PHP code in the admin/index.php file.

This hook is located when you open the administration panel.

For example:

$JAK_CMS_VERSION = $jaknewversion;
$JAK_CMS_NEWS = $jaknewnews;

if you like to include a file:

APP_PATH.'plugins/yourplugin/file_to_include.php';