function garland_preprocess_node

Override or insert variables into the node template.

File

drupal/themes/garland/template.php, line 120

Code

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