We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11376e commit 6dd51c5Copy full SHA for 6dd51c5
CHANGELOG.md
@@ -13,7 +13,7 @@ This release changed PHPWord license from LGPL 2.1 to LGPL 3.
13
14
### Bugfixes
15
16
-- ...
+- Header: All images added to the second header were assigned to the first header - @basjan GH-222
17
18
### Deprecated
19
samples/Sample_12_HeaderFooter.php
@@ -25,6 +25,7 @@
25
// Add header for all other pages
26
$subsequent = $section->addHeader();
27
$subsequent->addText("Subsequent pages in Section 1 will Have this!");
28
+$subsequent->addImage('resources/_mars.jpg', array('width' => 80, 'height' => 80));
29
30
// Add footer
31
$footer = $section->addFooter();
0 commit comments