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".

My current code is here. How should I modify this?
	
	
	
		
				
			e.g.: on 2022 the 2021 gets automatically replaced with "2022".

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> 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		