You are here

constant MARK_READ in Drupal 4

Same name and namespace in other branches
  1. 8 core/includes/theme.inc \MARK_READ
  2. 5 includes/theme.inc \MARK_READ
  3. 6 includes/theme.inc \MARK_READ
  4. 7 includes/theme.inc \MARK_READ
  5. 9 core/includes/theme.inc \MARK_READ

@name Content markers

Markers used by theme_mark() and node_mark() to designate content.

See also

theme_mark(), node_mark()

2 uses of MARK_READ
node_mark in modules/node.module
Decide on the type of marker to be displayed for a given node.
theme_comment_view in modules/comment.module

File

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

Code

define('MARK_READ', 0);