Another quick CustomContent Trick
Posted: Thu Feb 14, 2008 9:17 pm
Code: Select all
{if $customcontent_monthnum == 2 && $customcontent_day == 14}
<h2>Happy Valentines Day</h2>
{/if}
Content management as it is meant to be
https://forum.cmsmadesimple.org/
Code: Select all
{if $customcontent_monthnum == 2 && $customcontent_day == 14}
<h2>Happy Valentines Day</h2>
{/if}