1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns
="http://www.w3.org/1999/xhtml" lang
="<?php print $print["language
"] ?>" xml
:lang
="<?php print $print["language
"] ?>">
4 <title
><?php
print $print["title"] ?
></title
>
5 <?php
print $print["head"] ?
>
6 <?php
print $print["robots_meta"] ?
>
7 <?php
print $print["base_href"] ?
>
8 <?php
print $print["favicon"] ?
>
9 <?php
print $print["css"] ?
>
11 <body
<?php
print $print["sendtoprinter"] ?
>>
12 <?php
print $print["logo"] ?
>
13 <div
class="print-site_name"><?php
print $print["site_name"] ?
></div
>
14 <div
class="print-title"><?php
print $print["title"] ?
></div
>
15 <div
class="print-submitted"><?php
print $print["submitted"] ?
></div
>
16 <div
class="print-created"><?php
print $print["created"] ?
></div
>
18 <div
class="print-content"><?php
print $node->body
; ?
></div
>
19 <div
class="print-footer"><?php
print $print["footer_message"] ?
></div
>
20 <hr
class="print-hr" />
21 <div
class="print-source_url"><?php
print $print["source_url"] ?
></div
>
22 <div
class="print-links"><?php
print $print["pfp_links"] ?
></div
>