function garland_preprocess_node

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'];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.