By heyehren on
Hi there,
I'm trying to get the name of the author of a given node into a translatable string.
I got the below code working but it gives me the current users name. What would i need to change to get the name of the current nodes author?
Any help would be greatly appreciated!
print t("<h2>@username's Location</h2>", array('@username' => $node->name));