DrupalBin
Submit Code
About
Recent Posts
Code
41 min 39 sec
ago
Code
57 min 16 sec
ago
css path
2 hours 41 min
ago
Fix for Code
6 hours 41 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
simpletest
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
Fix for IE Destroyer hook_menu()
View
Download
Fix
This fix will not be saved to the database until you submit.
Summary:
Tags:
Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Source code:
*
/** * Implementation of hook_menu() */ function iedestroyer_menu($may_cache) { if ($may_cache == TRUE) { return array( 'path' => 'admin/settings/iedestroyer', 'title' => t('IE Destroyer'), 'description' => t('Configure IE Destroyer.'), 'callback' => 'drupal_get_form', 'callback arguments' => array('iedestroyer_admin'), 'access' => user_access('administer iedestroyer'), ); } }
Syntax highlighting mode:
ActionScript
ColdFusion
Diff
Drupal
Drupal 5
Drupal 6
HTML
Javascript
MySQL
PHP
Python
robots.txt
SQL
Text
Select the syntax highlighting mode to use.