Possible to get node title by id?

Which template is it?

Is there a $param you can dump to see what's available?

Code:
{xen:helper dump, $param}
 
It's inside my custom template that I include in PAGE_CONTAINER.
We have a $forum variable, but I don't know how to set it to a specific ID so we can get it's title.
 
No, it's a default $forum variable, I would like to pass an ID and get a {$forum.title} contents.
 
Top Bottom