You are here

constant MARK_UPDATED in Drupal 5

Same name and namespace in other branches
  1. 8 core/includes/theme.inc \MARK_UPDATED
  2. 4 includes/theme.inc \MARK_UPDATED
  3. 6 includes/theme.inc \MARK_UPDATED
  4. 7 includes/theme.inc \MARK_UPDATED
  5. 9 core/includes/theme.inc \MARK_UPDATED
2 uses of MARK_UPDATED
node_mark in modules/node/node.module
Decide on the type of marker to be displayed for a given node.
theme_mark in includes/theme.inc
Return a themed marker, useful for marking new or updated content.

File

includes/theme.inc, line 22
The theme system, which controls the output of Drupal.

Code

define('MARK_UPDATED', 2);