-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Template header and footer #190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Template header and footer #190
Conversation
src/PhpWord/Template.php
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why three ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only information I could find on this suggested that three was the maximum number allowed. Is that incorrect?
I could change it to loop until headerN.xml doesn't exist perhaps?
|
Updated to look for header and footer files until one does not exist. |
|
This pull will resolve issue #50 |
|
I'll review and merge this today. |
|
Good job @dgudgeon :) |
|
Great, thanks guys! |
…mple to Sample_07_TemplateCloneRow
|
Merged. We thank you :) |
Include document headers and footers in template find & replace functionality.