function garland_preprocess_node in Drupal 7
Override or insert variables into the node template.
File
- themes/
garland/ template.php, line 120
Code
function garland_preprocess_node(&$variables) {
$variables['submitted'] = $variables['date'] . ' — ' . $variables['name'];
}