Same name and namespace in other branches
  1. 10 core/includes/theme.inc \MARK_READ
  2. 4.7.x includes/theme.inc \MARK_READ
  3. 5.x includes/theme.inc \MARK_READ
  4. 6.x includes/theme.inc \MARK_READ
  5. 7.x includes/theme.inc \MARK_READ
  6. 8.9.x core/includes/theme.inc \MARK_READ
  7. 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()

1 use of MARK_READ
node_mark in modules/node.module
Decide on the type of marker to be displayed for a given node.

File

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

Code

define('MARK_READ', 0);