| 1 |
<?php |
<?php |
| 2 |
// $Id: template.php,v 1.1.2.4 2009/04/27 05:53:18 skiquel Exp $ |
// $Id: template.php,v 1.1.2.5 2009/04/27 05:55:30 skiquel Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 161 |
} |
} |
| 162 |
// */ |
// */ |
| 163 |
|
|
| 164 |
function phptemplate_comment_submitted($comment) { |
function splender_comment_submitted($comment) { |
| 165 |
return t('by <strong>!username</strong> | !datetime', |
return t('by <strong>!username</strong> | !datetime', |
| 166 |
array( |
array( |
| 167 |
'!username' => theme('username', $comment), |
'!username' => theme('username', $comment), |
| 169 |
)); |
)); |
| 170 |
} |
} |
| 171 |
|
|
| 172 |
function phptemplate_node_submitted($node) { |
function splender_node_submitted($node) { |
| 173 |
return t('!datetime | by <strong>!username</strong>', |
return t('!datetime | by <strong>!username</strong>', |
| 174 |
array( |
array( |
| 175 |
'!username' => theme('username', $node), |
'!username' => theme('username', $node), |