Using the bizcenter template (ref: http://drupal.org/node/128151), I like the five img files on the top. In fact, I plan on eventually turning those into roll-over links to various portions of my site.
Anyway, i just created a couple additional Regions to my template.tpl.php file and how i want to put some custom content inside. It will hold current news and events and i'd like to edit them just like a Page type or really any way. How do i put content inside?
I want a user select different themes on my drupal site, but the theme apply only for certain pages, like "page-blog.tpl.php" and "node.tpl.php". How can I do that?
I have a multiblog site and I want to allow users change their themes, but applying only for the blog page and the nodes, the rest of the pages have the default theme (not the on selected by the user).
I'm working on accessibility issues with a group of forty seven themes. Many of the things I need to fix are the same in all themes - for example, adding a summary attribute to the calendar tables generated by the event module. I'd like to use include() at the top of each template.php file to link a file containing those universally-applicable themes. I'm having some trouble with the paths.