Typoscript Auto Copyright


/ Published in: TYPO3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. ## Copyright Notice [Begin]
  2. # Automatic year update
  3. lib.copyright = TEXT
  4. lib.copyright.data = date:U
  5. lib.copyright.strftime = %Y
  6. lib.copyright.wrap = <p id="copyright"> | &copy; Company </p>
  7. # secondary language copyright notice
  8. [globalVar = GP:L = 1]
  9. lib.copyright.wrap = <p id="copyright"> | &copy; Firma </p>
  10. [end]
  11. ## Copyright Notice [End]

URL: http://www.seethroughweb.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.