constant MARK_NEW in Drupal 4
Same name and namespace in other branches
- 8 core/includes/theme.inc \MARK_NEW
- 5 includes/theme.inc \MARK_NEW
- 6 includes/theme.inc \MARK_NEW
- 7 includes/theme.inc \MARK_NEW
- 9 core/includes/theme.inc \MARK_NEW
- 10 core/includes/theme.inc \MARK_NEW
2 uses of MARK_NEW
- node_mark in modules/
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 21 - The theme system, which controls the output of Drupal.
Code
define('MARK_NEW', 1);