You are here

constant BLOCK_CLASS_STYLES_TITLE_FORMAT in Block Class Styles 7.2

Same name and namespace in other branches
  1. 7 block_class_styles.module \BLOCK_CLASS_STYLES_TITLE_FORMAT

Default format for titles, leave NULL to use drupal core sanitization

Related topics

2 uses of BLOCK_CLASS_STYLES_TITLE_FORMAT
block_class_styles_admin_settings in ./block_class_styles.admin.inc
Form builder. Configure my_module.
block_class_styles_preprocess_block in ./block_class_styles.module
Implements hook_preprocess_block().

File

./block_class_styles.module, line 29
Base module file for block_class_styles

Code

define('BLOCK_CLASS_STYLES_TITLE_FORMAT', NULL);