Forum


Replies: 4   Views: 3752
Links in header and footer
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 17-10-2014 - 11:15

Hello, Please open CreateDocx.inc and remove this line (6163): $this->_relsHeaderFooterLink[$options['target']][] = array('rId' => $key, 'url' => $value); and add this one: CreateDocx::$_relsHeaderFooterLink[$options['target']][] = array('rId' => $key, 'url' => $value); and try again. We're doing some tests to upload a new package with this fix included. Regards.