I'm talking here about when we use
helper->render('my_template.html')
They should look in "all" for my_template.html', but they do not, they look in prosilver instead..
But this also brings up a question i need clarification on: When "all" is not used, what happens if a board has other 3rd party styles? Are extension template files inherited from its prosilver folders only when the style is built using template inheritance? And if so do we have to create template files for every single 3rd party style that does not do template inheritance?