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 $node->language; ?>" xml
:lang
="<?php print $node->language; ?>">
5 <title
><?php
print $node->title
; ?
></title
>
6 <meta http
-equiv
="Content-Type" content
="text/html; charset=utf-8" />
7 <base href
="<?php print $base_url ?>/" />
8 <style type
="text/css">
9 @import
url(<?php
print $node->printcss
; ?
>);
14 <?php
theme_get_setting('logo') ?
print '<img src="'.
theme_get_setting('logo').
'" alt="logo" border="0" />' : '';?
>
16 <div
class="source_url">
17 <?php
variable_get('site_name', 0) && print t('Published on').
' '.
variable_get('site_name', 0).
' ('.
l($base_url,'').
')'; ?
>
21 <?php
print $node->title
; ?
>
24 <div
class="submitted">
25 <?php
print theme_get_setting("toggle_node_info_$node->type") ?
t('By').
' '.
$node->name
: ''; ?
>
29 <?php
print theme_get_setting("toggle_node_info_$node->type") ?
t('Created').
' '.
format_date($node->created
, 'small') : '' ?
>
33 <?php
print $node->body
; ?
>
38 <div
class="source_url">
39 <?php
print '<strong>'.
t('Source URL:').
'</strong><br><a href="'.
$node->source_url.
'>">'.
$node->source_url.
'</a>'?
>
42 <div
class="pfp-links">
43 <!-- Output printer friendly links
-->
44 <?php
$node->pfp_links ?
print '<p class="links"><strong>'.
t('Links:').
'</strong><br>'.
$node->pfp_links.
'</p>' : ''; ?
>
48 <!-- Add your custom footer here.
-->