Great! But...
If you have the following directory structure...
* albums
** collections
*** aw05
*** aw06
*** ss05
*** ss06
*** etc.
** press
*** elle-02.2007
*** vice-06.2006
*** etc.
--
... and if you wanted to use, eg. a custom `image-press.php` template for anything in the press directory, you'd need to do a check for every possible parent (elle, vice, etc.).
Or is there a function to check the 'root' parent?
Thanks