TypoScript code for the Constants part of the template:
# We want absolutely no target attribute as it is not XHTML-strict # compliant and I really don't like new windows (_blank target)! lib.parseFunc.tags.link.typolink.target > PAGE_TARGET = styles.content.links.extTarget = styles.content.links.target = content.pageFrameObj =
TypoScript code for the Setup part of the template:
page.config { doctype = xhtml_strict xmlprologue = none xhtml_cleaning = all doctypeSwitch = 1 } ## Remove unwanted <div class="csc-header..."> around <h#> tags ## Standard: lib.stdheader.stdWrap.dataWrap = ## <div class="csc-header csc-header-n{cObj:parentRecordNumber}">|</div> lib.stdheader.stdWrap.dataWrap = |
