function garland_preprocess_node

Override or insert variables into the node template.

Archivo

drupal-7.x/themes/garland/template.php, line 120

Código

function garland_preprocess_node(&$vars) {
  $vars['submitted'] = $vars['date'] . ' — ' . $vars['name'];
}