Posted by rapsli on May 20, 2008 at 2:36pm
Jump to:
| Project: | Zen |
| Version: | 6.x-1.0-beta2 |
| Component: | PHP Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
In the D5 version there used to be a function path_to_subtheme(). This doesn't work in D6 anymore :( What would be the replacement?
Comments
#1
path_to_subtheme() isn't needed anymore because path_to_theme() properly returns the path to the active theme (even if it is a sub-theme).
So just use path_to_theme().
#2
Automatically closed -- issue fixed for two weeks with no activity.
#3
Thanks John. It works.