Wednesday 09 April 2008 7:48:53 am
Hi, I'm trying to display a printable view of a node. I need this be neither a line view neither a full view. My printable view use the print_pagelayout.tpl I tried
<a href={concat('/layout/set/print/content/view/full/',$node.node_id)|ezurl} target="_blank">{"Print in friendly format"|i18n}</a>
But the node view full is returned. I can't do
<a href={concat('/layout/set/print/content/view/print/',$node.node_id)|ezurl} target="_blank">{"Print in friendly format"|i18n}</a>
How can I call node view print ? Thanks, Fab.
|