Sie sind hier: Typo3 CodeBase / Typoscript - Typo3 / Praktische Typoscripte / Copyright Text mit automatischem Jahreswechsel

Copyright Text der sich automatisch jedes Jahr aktualisiert

lib.COPYRIGHT=COA
lib.COPYRIGHT.stdWrap.wrap=<div class="copyright">|</div>
lib.COPYRIGHT{
	10=TEXT
	10{
	 value = &copy;&nbsp;
	}
	20=TEXT
	20{
	  data=date:U
	  strftime= %Y
	  noTrimWrap = |
	}
	30=TEXT
	30{
	 value = : Musterhans GmbH
	}
}