Another simple question with a simple answer that isn't directly answered anywhere online. How do I get the drupal 6 path to theme to render?
Simple: global $theme_path; print $theme_path
Why is this important? Well I'm using it for Jquery plugins that are theme dependent. I also use it for images placed inside of the page.tpl.php, such as images in an h1. As far as SEO is concerned there are a billion ways to skin a cat, so having one more flexible option available to you never hurts!
Post new comment