I am having trouble finding information on how to theme the primary and/or secondary links. I found this(http://drupal.org/node/44708) but wasn't sure if it applied in 5.0 or not. Is there anywhere I can read up on how to theme these and if a custom.tpl.php file is needed or if it can be inside the page.tpl.php?
I created a product node using CCK and Views for displaying it. I have a product page where I want to list just the title of the product, a thumbnail image, and the price. I used the image module (image attach) to attach images (image node) to my product node. I then used the Views theme wizard to get the template.php function and variables to use in my views-list-Products.tpl.php so that I can control the layout.
I'm using Drupal 5 for my latest site, but when I go to change my theme, no matter what I change it to, it seems like I always get bluemarine for the admin section...
Does anybody know if this was a feature change for 5, where the admin sections now use separate themes? If so, how do we change the admin themes?
How can I modify the Garland theme not to make textfield input form elements to have 100% width? I want the label, the input field and #field_prefix and #field_suffix elements to show up inline (in a single row). Any ideas how to accomplish this?