Code refactoring
This commit is contained in:
@@ -1525,13 +1525,13 @@ function booking_view($node, $view_mode) {
|
||||
);
|
||||
}
|
||||
|
||||
//TODO: Put study group info here too
|
||||
|
||||
$node->content['details'] = array(
|
||||
'#markup' => theme('table', array('header' => $header, 'rows' => $rows)),
|
||||
'#weight' => 1,
|
||||
);
|
||||
|
||||
|
||||
|
||||
return $node;
|
||||
|
||||
//all finished, let's render this mess
|
||||
return $node;
|
||||
}
|
||||
|
Reference in New Issue
Block a user