setThemeByPath with subdirectories

Permalink
Hi,

I am trying to set thmes by paths using subdirectories - without success...

Isnt it possible to set a theme for different child nodes, for example:
$v->setThemeByPath('/departments/dep1', "theme-dep1");
$v->setThemeByPath('/departments/dep2', "theme-dep2");

possible ?

Any idea?
patte