Changeset 3450 for trunk/system/views
- Timestamp:
- 09/13/2008 11:38:51 AM (3 months ago)
- Files:
-
- 1 modified
-
trunk/system/views/kohana_calendar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/views/kohana_calendar.php
r3184 r3450 2 2 3 3 // Get the day names 4 $days = Calendar::days( TRUE);4 $days = Calendar::days(2); 5 5 6 6 // Previous and next month timestamps
