Page 1 of 1

Image on Page Header is displayed only on the first page

Posted: Sat Apr 30, 2016 3:26 am
by Fike
On nuBuilderPro, when an image is placed on the Page Header, it only displays on the first page.

To solve this, in the function nuPrintImage($PDF, $S, $contents, $O) of the nurunpdf.php file, i replaced the line

Code: Select all

$path              = $contents->path;
for

Code: Select all

$path              = $O->path;
Hope this helps.

Kind regrads!

Fike