phptemplate_node_submitted
- Versions
- 6
phptemplate_node_submitted($node)
Code
themes/garland/template.php, line 78
<?php
function phptemplate_node_submitted($node) {
return t('!datetime — !username',
array(
'!username' => theme('username', $node),
'!datetime' => format_date($node->created),
));
}
?>Login or register to post comments 