TYPO3: Comment in the source code
A lot of web developers place their (company)name in top of the source code. Just to let people know who made the website or add contact information. You can do this to with TYPO3. Just use the following Typoscript Setup:
### Headercomment ###
config.headerComment (
This website was made by me!
)
