Fix: different footer for first page
This commit is contained in:
parent
cf76b1f217
commit
c448046b52
@ -181,6 +181,11 @@ class Section extends AbstractContainer
|
||||
return true;
|
||||
}
|
||||
}
|
||||
foreach ($this->footers as $footer) {
|
||||
if ($footer->getType() == Header::FIRST) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user