for phpbb3 forum:

in viewtopic.php.. is already the topic title variable..
Code: 
page_header($user->lang['VIEW_TOPIC'] .' - ' . $topic_data['topic_title']);
you can define a new variable and assign
Code: 
$topic_data['topic_title']
to it and make it work like the way you want.