You could also try this. It's a bit bare bones, but is set to be flexible enough to add any other TS feature you'd like! This script automatically updates the current year so you don't have to!
# Copyright notice and links
#######################################
page.1 {
subparts.COPYRIGHT-LINKS = COA
subparts.COPYRIGHT-LINKS {
wrap = <div id="footertext"> | </div>
10 = TEXT
10.data = date:U
10.strftime = %Y
10.wrap = Copyright | Your Business ::
20 = TEXT
20.value = Terms of Use
20.typolink.wrap = <span class="footerlink"> | </span> ::
20.typolink.parameter = ## # <-- where the Terms of Use page is located
30 = TEXT
30.value = Privacy Policy
30.typolink.wrap = <span class="footerlink"> | </span>
30.typolink.parameter = ## # <-- Where the Privacy Policy page is located
}
}
# Copyright notice and links
#######################################
page.1 {
subparts.COPYRIGHT-LINKS = COA
subparts.COPYRIGHT-LINKS {
wrap = <div id="footertext"> | </div>
10 = TEXT
10.data = date:U
10.strftime = %Y
10.wrap = Copyright | Your Business ::
20 = TEXT
20.value = Terms of Use
20.typolink.wrap = <span class="footerlink"> | </span> ::
20.typolink.parameter = ## # <-- where the Terms of Use page is located
30 = TEXT
30.value = Privacy Policy
30.typolink.wrap = <span class="footerlink"> | </span>
30.typolink.parameter = ## # <-- Where the Privacy Policy page is located
}
}
