I was using the Calendar Icon from here when I was running ATA 3.6.4
http://forum.bytesforall.com/showthread.php?t=12627
I have upgraded to 3.6.7 and this has stopped working now that PHP is banned from within the theme options. OK I thought, but %date% is given as a post info item so I updated the bits in the kickers to the following
Code:
<div class="date">
<div class="date-inside">
<div class="date-month">%date('M')%</div>
<div class="date-day">%date('j')%</div>
<div class="date-year">%date('Y')%</div>
</div>
</div>
http://www.nottshockey.org.uk/news/
Looking at the source I can see this
Code:
<div class="post-kicker">
<div class="date">
<div class="date-inside">
<div class="date-month">May</div>
<div class="date-day">May</div>
<div class="date-year">May</div>
</div>
</div>
</div>







Linear Mode
