I know how to override a Drupal 7 webform using webform-form-[nid].tpl.php
but how do I theme ALL Drupal 7 webforms of a certain content type.
That content type ALWAYS has the same form but the nid
changes with the new node id so I can't use the normal method.
Can this be done?