hey guys need some help:
i dont know if this piece of code is what im looking for or if there is something else out there that will work better?
Code:
{if $smarty.now|date_format:"%m" > 10}
i want to display a x-mas image in December and a valentine image in February, ect ect
i tried to put this code in but it didnt work
Code:
{if $smarty.now|date_format:"%m" = 12}
please help