{'front'|local_word:$dbValue.calendar_move} |
{$year}{l}年{/l}{$month}{l}月{/l} |
{'next'|local_word:$dbValue.calendar_move} |
{'0'|local_word:$dbValue.calendar_week} |
{'1'|local_word:$dbValue.calendar_week} |
{'2'|local_word:$dbValue.calendar_week} |
{'3'|local_word:$dbValue.calendar_week} |
{'4'|local_word:$dbValue.calendar_week} |
{'5'|local_word:$dbValue.calendar_week} |
{'6'|local_word:$dbValue.calendar_week} |
{foreach from=$calendar item='_day' name='_loop_calendar'}
{if $smarty.foreach._loop_calendar.iteration % 7 == 1}
{/if}
{if $_day}{/if}{$_day|default:'・'}{if $_day}{/if}
|
{if $smarty.foreach._loop_calendar.iteration % 7 == 0}
{/if}
{/foreach}
|