|
|
How do i add the current page ID to the body tagIt might happen that you want to add the current page ID to the body tag of the page. This can be done easily with the following Typoscript page = PAGE page.bodyTagCObject = HTML page.bodyTagCObject.value.field = uid page.bodyTagCObject.value.wrap = <body id="page-|"> This will result in an id being added to the body tag with page-X where X is the page id General aspects : | TYPO3 | TYPO3 Installation | TYPO3 Configuration | TYPO Administration | TYPO3 Performance |TYPO3 Troubleshooting | TYPO3 Glossary | Development : | Typoscript | TYPO3 Extensions - TER | TYPO3 API | TYPO3 Extension Development | Extbase | Fluid? | 3rd party | Back to > CMS |
Google SearchLogin |