You are here

constant COMMUNITY_TAGS_MODE_BLOCK in Community Tags 6.2

Same name and namespace in other branches
  1. 5 community_tags.module \COMMUNITY_TAGS_MODE_BLOCK
  2. 6 community_tags.module \COMMUNITY_TAGS_MODE_BLOCK
  3. 7 community_tags.module \COMMUNITY_TAGS_MODE_BLOCK

Display modes.

2 uses of COMMUNITY_TAGS_MODE_BLOCK
community_tags_block in ./community_tags.module
Implementation of hook_block().
_community_tags_community_tags_block_cache_invalidate in ./community_tags.module
Clear the block cache for all users for the node page.

File

./community_tags.module, line 11
Implements community tagging of nodes using a specific vocabulary for Drupal v6.x

Code

define('COMMUNITY_TAGS_MODE_BLOCK', 0);