Availability Calendar: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) No edit summary |
Markkinchin (talk | contribs) No edit summary |
||
| Line 16: | Line 16: | ||
*referrer text - If you use widgets on different webssites you may use different referrers on each. This text will be recorded with any bookings originating from this widget allowing tracking of booking sources. | *referrer text - If you use widgets on different webssites you may use different referrers on each. This text will be recorded with any bookings originating from this widget allowing tracking of booking sources. | ||
If you want to change the first day of the week, for example to Sunday, add the following to your page anywhere before the calendar code. | If you want to change the first day of the week, for example to Sunday, add the following to your page anywhere before the calendar code. The number can be between 0 and 7 where 0=Sunday, 1=Monday etc. | ||
<script>var beds24CalStartDay= | <script>var beds24CalStartDay=0;</script> | ||