Created
October 4, 2012 19:59
-
-
Save chadhutchins/3836034 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$hook_version = 1; | |
$hook_array = Array(); | |
$hook_array['after_footer_ui'] = Array(); | |
$hook_array['after_footer_ui'][] = Array(50, 'Echo Something to break AjaxUI','custom/modules/Contacts/Break_AjaxUI.php','Break_AjaxUI', 'echo_something'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment