Re: Getting the URI of the stylesheet directory?
Thanks. I was able to get it to work a couple of minutes ago. If you call bb_active_theme_uri(), it echos the URI of the theme folder. This is what I needed.
For some reason, I was getting an error that the function with _directory() instead of _uri() at the end didn’t exist in my PHP error log. I’ve got something that works so I’m gonna stick to it.
Tony