Change in weekdagen - view.php:
date("D")) == Mon to date("D")) == 'Mon'
or
date("N")) == 1 using 'N' for numeric day where 1 = monday and 7 = sunday
Same goes for other dates

Remember, strings like 'Mon' are not constants like Mon .
When coding it is good to set errorlevel to all.
Have fun,
John