Header and footer on print page

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
Ylle
Forum Members
Forum Members
Posts: 18
Joined: Mon Oct 09, 2006 11:42 am

Header and footer on print page

Post by Ylle »

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
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: Header and footer on print page

Post by Dee »

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).
Post Reply

Return to “Layout and Design (CSS & HTML)”