shimspedy Well-known member Aug 31, 2020 #1 So i want to create a dynamic title for certain pages and use the current year ... can you help with the variable that they are using in xf footer ..
So i want to create a dynamic title for certain pages and use the current year ... can you help with the variable that they are using in xf footer ..
Solution P P Paul B Aug 31, 2020 XF uses a phrase, not a variable. Try this: Code: {{ date($xf.time, 'Y') }}
P Paul B XenForo moderator Staff member Aug 31, 2020 #2 XF uses a phrase, not a variable. Try this: Code: {{ date($xf.time, 'Y') }} Upvote 1 Downvote Solution
shimspedy Well-known member Aug 31, 2020 #3 Brogan said: XF uses a phrase, not a variable. Try this: Code: {{ date($xf.time, 'Y') }} Click to expand... Thanks a lot this works for me Upvote 0 Downvote
Brogan said: XF uses a phrase, not a variable. Try this: Code: {{ date($xf.time, 'Y') }} Click to expand... Thanks a lot this works for me