Hi!
I would like to add a logo and some text that tops all print pages generated by {print}. Maybe also a footer with some copyright notes. Is it possible to do that and if so, how?
/Ylle
Header and footer on print page
Re: Header and footer on print page
That would require modification of the file lib/content.functions.php.
The code for the print function starts at line 387 (within a else if (isset($_GET["print"])) statement) and the HTML printed is assigned to $tpl_source (lines 396 and 412).
The code for the print function starts at line 387 (within a else if (isset($_GET["print"])) statement) and the HTML printed is assigned to $tpl_source (lines 396 and 412).