projects
/
project/print.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
89e0e1e
)
Enable access to inside the template
author
Joao Ventura
Wed, 21 May 2008 09:02:09 +0000 (09:02 +0000)
committer
Joao Ventura
Wed, 21 May 2008 09:02:09 +0000 (09:02 +0000)
print.pages.inc
patch
|
blob
|
blame
|
history
diff --git
a/print.pages.inc
b/print.pages.inc
index
1e8f536
..
37d4477
100644
(file)
--- a/
print.pages.inc
+++ b/
print.pages.inc
@@
-224,6
+224,7
@@
function _print_var_generator($node, $cid = NULL) {
}
$print["content"] = $node->body;
+ $print["node"] = $node;
$print["footer_message"] = filter_xss_admin(variable_get('site_footer', FALSE)) ."\n". theme('blocks', 'footer') ;
return $print;