/ Published in: HTML
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
{exp:repeet:get_ids weblog="calendar" parse="inward" calendar="yes"} {exp:repeet:calendar switch="calendarToday|calendarCell" weblog="calendar" entry_id="{repeet:entry_ids}" interval_field="repeat" include_field="include_dates" exclude_field="exclude_dates" show_future_entries="yes" show_expired="yes"} <table class="calendarBG" cellpadding="0" border="0" cellspacing="0" summary="My Calendar" width="100%"> <tr class="calendarHeader"> </tr> <tr> {calendar_heading} {/calendar_heading} </tr> {calendar_rows } {row_start}<tr>{/row_start} {if entries} <td class='{switch}'> {entries} {/entries}</a> </td> {/if} {if not_entries} {/if} {if blank} {/if} {row_end}</tr>{/row_end} {/calendar_rows} </table> {/exp:repeet:calendar} {/exp:repeet:get_ids}