Hi list Is there any way to substitude the header in singleview of an extension. It's easy with the pagetitle: $GLOBALS['TSFE']->page['title'] = $yourTitle; but how can you du it with the header. I would like to be able to substitude what is rendered between the <h1></h1> tags. Any ideas? regards Henrik