Xris:Tutorial/SampleTypoScriptConstants
From TYPO3Wiki
Using the Template module, go to your "root" page containg the root template and select "Info / Modify" from the top-right drop-down box, then "Constants".
# make sure the RTE will be enabled content.RTE_compliant = 1 # sitemap links should open in the same window .. styles.sitemap.text.target = _self # forms (the "thank you page" should open in the same browser window styles.content.mailform.target = _self # all links should open in the same browser window (per default), # yes, the single quotation marks are intentional! styles.content.links.extTarget = _blank" styles.content.links.target = _self" class="int-link