-
Improvement
-
Resolution: Invalid
-
Major
-
None
-
3.1.0-RC2
-
None
Lets say you want to use template inheritance, but you also want to inherit some CSS or JS files from another template.
This isn't really possible since INCLUDEJS and INCLUDECSS don't have the same tree traversal properties as INCLUDE html.
So how do we load assets from another style?
By using T_STYLES_PATH, we could make it a bit easier to load assets, since we dont have to do all the ../../../other_style/ dir walking.

