I've created a snippet and included it on my template and when I make changes to the file it does not show. If I view the snippet it looks like it has changed
This is my snippet (really simple):
echo date();
This is my update:
echo rand(0, 1000);
Shown above is the change however in my template it will not change.
I know this might seems stupid (it is). However I hope you can help.