constant EMPTY_PAGE_PERM_ADMIN_CALLBACKS in Empty Page 7
@file Empty Page module A simple empty page solution. Assists in creating empty menu callbacks, mostly used for pages that only consist of blocks.
2 uses of EMPTY_PAGE_PERM_ADMIN_CALLBACKS
- empty_page_menu in ./
empty_page.module - Implements hook_menu().
- theme_empty_page_callbacks_manage_render in ./
empty_page.admin.inc - Theme function to render the callback management admin interface.
File
- ./
empty_page.module, line 11 - Empty Page module A simple empty page solution. Assists in creating empty menu callbacks, mostly used for pages that only consist of blocks.
Code
define('EMPTY_PAGE_PERM_ADMIN_CALLBACKS', 'administer empty page callbacks');