~catch-drupal/+junk/pressflow-content-cache-variable

« back to all changes in this revision

Viewing changes to themes/garland/template.php

  • Committer: David Strauss
  • Date: 2010-06-18 17:01:06 UTC
  • mfrom: (82.1.2 merge-drupal-6.17)
  • Revision ID: david@fourkitchens.com-20100618170106-eveqf9sepqonszf9
Drupal 6.17 (via testing branch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
// $Id: template.php,v 1.16.2.2 2009/08/10 11:32:54 goba Exp $
 
2
// $Id: template.php,v 1.16.2.3 2010/05/11 09:41:22 goba Exp $
3
3
 
4
4
/**
5
5
 * Sets the body-tag class attribute.
68
68
  return menu_primary_local_tasks();
69
69
}
70
70
 
 
71
/**
 
72
 * Returns the themed submitted-by string for the comment.
 
73
 */
71
74
function phptemplate_comment_submitted($comment) {
72
75
  return t('!datetime — !username',
73
76
    array(
76
79
    ));
77
80
}
78
81
 
 
82
/**
 
83
 * Returns the themed submitted-by string for the node.
 
84
 */
79
85
function phptemplate_node_submitted($node) {
80
86
  return t('!datetime — !username',
81
87
    array(