constant CLEAN_MARKUP_NO_ELEMENT in Clean Markup 7.3
Same name and namespace in other branches
- 7.2 clean_markup.module \CLEAN_MARKUP_NO_ELEMENT
No HTML wrapper element.
8 uses of CLEAN_MARKUP_NO_ELEMENT
- block.tpl.php in modules/
clean_markup_blocks/ block.tpl.php - Default theme implementation to display a block.
- clean_markup_blocks_form_alter in modules/
clean_markup_blocks/ clean_markup_blocks.module - Implements hook_form_alter().
- clean_markup_blocks_install in modules/
clean_markup_blocks/ clean_markup_blocks.install - Implements hook_install().
- clean_markup_blocks_preprocess_block in modules/
clean_markup_blocks/ clean_markup_blocks.module - Implements MODULE_preprocess_HOOK().
- clean_markup_blocks_update_7200 in modules/
clean_markup_blocks/ clean_markup_blocks.install - Sets default block wrapper to "No element".
File
- ./
clean_markup.module, line 11 - Functions common to the clean markup suite.
Code
define('CLEAN_MARKUP_NO_ELEMENT', 'none');