The Drupal API has drupal_get_path($type, $name) which will give the path of any particular theme or module.
How can I modify or pre-process the <body> tag to add the class body? I don't want to create a whol
I have several .tpl.php files for nodes, CCK fields, and Views theming. These template files have a lot of log
In Drupal 6, it was easy to insert a block into a template with the following code: $block = module_invoke(&a
I've defined a view with the CCK and View 2 modules. I would like to quickly define a template specific t