diff --git a/include/calendar_monthly.class.php b/include/calendar_monthly.class.php index 5c55dbe5d..214d77cd8 100644 --- a/include/calendar_monthly.class.php +++ b/include/calendar_monthly.class.php @@ -426,7 +426,7 @@ SELECT file,tn_ext,path, width, height, DAYOFWEEK('.$this->date_field.')-1 as do $day++) { $dow = ($first_day_dow + $day-1)%7; - if ($dow==0) + if ($dow==0 and $day!=1) { $template->assign_block_vars('calendar.thumbnails.row', array()); } diff --git a/template/yoga/month_calendar.tpl b/template/yoga/month_calendar.tpl index 351ede151..7e531e7c7 100644 --- a/template/yoga/month_calendar.tpl +++ b/template/yoga/month_calendar.tpl @@ -1,19 +1,6 @@ - @@ -26,14 +13,14 @@ DIV.calImg -
+ - {calendar.thumbnails.row.col.empty.LABEL} + {calendar.thumbnails.row.col.empty.LABEL}
{calendar.thumbnails.row.col.full.LABEL}
{calendar.thumbnails.row.col.full.LABEL}
-