constant MARK_NEW

  1. 7.x drupal-7.x/includes/theme.inc MARK_NEW
  2. 6.x drupal-6.x/includes/theme.inc MARK_NEW

Mark content as being new.

Related topics

3 uses of MARK_NEW
drupal_common_theme in drupal-7.x/includes/common.inc
Provides theme registration for themes across .inc files.
node_mark in drupal-7.x/modules/node/node.module
Determines the type of marker to be displayed for a given node.
theme_mark in drupal-7.x/includes/theme.inc
Returns HTML for a marker for new or updated content.

File

drupal-7.x/includes/theme.inc, line 26
The theme system, which controls the output of Drupal.

Code

define('MARK_NEW', 1)