Closed (works as designed)
Project:
Printer, email and PDF versions
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2009 at 17:05 UTC
Updated:
7 Oct 2009 at 15:00 UTC
I put the file "print.node-webform.tpl.php" into my theme directory, as a template for webform nodes. It will get honoured at addresses such as print/123 but not at addresses such as print/123/submission/456.
Comments
Comment #1
jcnventuraThe node/123 is a node, whereas the node/123/submission/456 is generated by the webform module.
The webform module is responsible for generating that content and if it uses the node-webform.tpl.php, it does so because it's internal logic tells it so (I haven't checked).
As such, there's nothing I can do about it.
João
Comment #2
roball commentedI see - thanks for clarifying.