advanced-forum.naked.shadow-topic.tpl.php in Advanced Forum 7.2
File
styles/naked/advanced-forum.naked.shadow-topic.tpl.phpView source
<?php
/**
* @file
* advanced-forum.naked.shadow-topic.tpl.php
*/
?>
<?php
print $title;
?><br />
<?php
print t('This topic has been moved to "!forum" ', array(
'!forum' => $new_forum,
));
?>
(<a href="<?php
print $new_forum_url;
?>"><?php
print t('View topic');
?></a>)