Php question
I have this If statement
<!-- IF active_module == "homepage" -->
show image here
<!-- ENDIF -->
I only want to use this IF statement on monday - thursday.
on friday-sunday I do not want to use the IF statement, so it just shows the image on every page, not just the homepage.
How can I make it so that the IF statement only runs monday through thursday, and on friday-sunday it doesnt use the IF?
|