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

jcnventura’s picture

Status: Active » Closed (works as designed)

The 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

roball’s picture

I see - thanks for clarifying.