function garland_preprocess_node

7.x template.php garland_preprocess_node(&$vars)

Override or insert variables into the node template.

File

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

Code

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