constant MARK_READ in Drupal 6
Same name and namespace in other branches
- 8 core/includes/theme.inc \MARK_READ
- 4 includes/theme.inc \MARK_READ
- 5 includes/theme.inc \MARK_READ
- 7 includes/theme.inc \MARK_READ
- 9 core/includes/theme.inc \MARK_READ
- 10 core/includes/theme.inc \MARK_READ
Mark content as read.
Related topics
2 uses of MARK_READ
- node_mark in modules/
node/ node.module - Decide on the type of marker to be displayed for a given node.
- theme_comment_view in modules/
comment/ comment.module - Themes a single comment and related items.
File
- includes/
theme.inc, line 23 - The theme system, which controls the output of Drupal.
Code
define('MARK_READ', 0);