Skip to content

Commit

Permalink
Merge pull request #13 from sekjal/issue12
Browse files Browse the repository at this point in the history
Issue 12: Descriptions for Calendar and Calendar Event page types
  • Loading branch information
unclecheese committed Oct 5, 2012
2 parents e774ed7 + aa3f0a2 commit a0ffeb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions code/Calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ class Calendar extends Page {
static $icon = "event_calendar/images/calendar";


static $description = "A collection of Calendar Events";


static $event_class = "CalendarEvent";


Expand Down
3 changes: 2 additions & 1 deletion code/CalendarEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class CalendarEvent extends Page

static $icon = "event_calendar/images/event";

static $description = "An individual event entry";

static $datetime_class = "CalendarDateTime";

Expand Down Expand Up @@ -238,4 +239,4 @@ public function CurrentDate() {
}


}
}

0 comments on commit a0ffeb4

Please sign in to comment.