Hook: php_admin_pages_news_info
4523
Use this hook to execute PHP code in the admin/page.php and admin/news.php file.
For example:
$JAK_GET_TICKETING = jak_get_page_info(DB_PREFIX.'tickets', '');
if you like to include a file:
APP_PATH.'plugins/yourplugin/file_to_include.php';