tweaks to studygroup pages
This commit is contained in:
@@ -164,7 +164,8 @@ function booking_studygroups_leadhelp_view_summary() {
|
||||
} //end iterate person list
|
||||
|
||||
//output everything
|
||||
$output .= t("<h3>!event Study Group Leaders and Helpers</h3>", array('!event' => $event->booking_eventname));
|
||||
$output .= t("<h3>!event Study Group Leaders and Helpers</h3>", array('!event' => $event->booking_eventname));
|
||||
$output .= t("<p>This page lists all males that are either booked in or on the waiting list.</p>");
|
||||
$output .= theme('table', array('header' => $header, 'rows' => $rows, 'attributes' => $attributes));
|
||||
|
||||
return $output;
|
||||
|
Reference in New Issue
Block a user