Hallo,
ich möchte einfach, das ein copyright vermerk mit Daum erzeugt wird. Etwa in der form "(c) by mir 2006". Am besten wenn das (c) noch das copyright Symbol wäre...
Das ganze möglichst als grafik, mit folgendem Code bekomme ich ja schonmal die aktuelle Jahrezahl (2006), doch wie bekomme ich noch das "(c) by mir" davor? Ich hab glaub ich nen Knoten im Hirn
Gruß
Andreas
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13:
| BOXCOPYRIGHT = IMAGE BOXCOPYRIGHT.file = GIFBUILDER BOXCOPYRIGHT.file { XY = [10.w]+20, 20 backColor = #e5f4f9 10 = TEXT 10.text.data = date:U 10.text.strftime = %Y 10.fontSize = 11 10.fontColor = #87939a 10.offset = 14, 16 10.fontFile = fileadmin/fonts/HelveticaNeueLTPro-LtEx.otf } |