In general view of calendar - only actual week and days from actual week - how to limit the scope of view (when users using the buttons p/n) to view only:
in week view - only the actual week without the way to previous and to next week (delete buttons p/n from this view?)
in the day view - actual day of course and with a way to view ONLY days from actual week (buttons previous and next).
I want to use only actual week view and the days (in days view) from this actual week.
ps. maybe it helps - I've two extra variables (from php TimeZone section):
$date1 - it's a first day (date) of the actual week (monday)
$date7 - it's a last day (date) of the actual week (sunday)
Mergedinto: 158