group->print_title
-
These lines in the pdb-record-default template do not print to the screen:
` <?php $this->group->print_title() ?>
<?php $this->group->print_description() ?> `
If I add
<?php echo $this->group->title ?>
I get the group title printed before the table.
The print_form_head() just above these lines does print the form header.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘group->print_title’ is closed to new replies.