trying to use map / usemap on multipart logo gif in main header of each page. Since it is the main header it only seems addressable via the logo-loading section of the theme. however, the Map and Usemap html elements are being rejected.
First off I would like to say that I’m happy to be working with Drupal its much easier to understand than many other content management systems. That being said, I would like to extend my appreciation to the drupal developers for their time and commitment.
I just finished my first drupal template that I will be releasing soon under GPL, but I want to cleanup the code a bit, upload it to the CVS.
In my PHPTemplate theme I have added all the relevant stuff and it is working fine at the moment.
However I want to display a message when the breadcrumb isn't being displayed, is there a way i can set this up?
When I say isn't being displayed I mean sometimes the breadcrumb won't be showing but if you dig into the content it shows up, when it isn't being shown I want it to show this message.
I am new to developing themes for drupal and jumped at PHPTemplate as I am familiar with php, however I was wondering what everyone elses experiences were with PHPTemplate or any other engines?
I ask as I don't want to focus on PHPTemplate if support will not be continued in the future.
Hi! I want to refer to a taxonomy term's id number in a bit of PHP theme code. How do I access the variable? Is it $taxonomy->term[0], but I am not sure!