XF 2.2 In Style Template how to insert "2020-ThisYear".

ShikiSuen

Well-known member
I want to make sure the copyright text gets dynamically updated according to the current year settings on the server.
e.g.: on 2022 the 2021 gets automatically replaced with "2022".
1617872292679.png
My current code is here. How should I modify this?
XML:
<xf:if is="{{ property('themeBranding') }}">
    <div title="Previously for vBulletin 3.0 by (2004) 007pig & xgao">Theme for XF by (2020-2021) Shiki Suen</div>
</xf:if>
 
Top Bottom