In my home-brewn theme using PHPTemplate, I'd like to replace the default
"LinkA | Link B | ... | " output (from theme('links',...)) with a selector (pulldown menu). There may be some neat javascript tricks to do this, but my knowledge just extends to a
...
type pulldown.
For this to work, I'm looking for the correct entry point in the drupal 4.7 API to get a list of my primary links (Descriptions + hrefs). Is there such functionality?
Drupal provides same header for the whole site and if we want to theme all the nodes individually then it’s a bit complicated process. While looking for alternatives to this, the following snippet work fine, this has been implemented in www.vinrcorp.com you can see the example before using it. The usage of the snippet is also quit simple just put this code into the header part or where ever you want, of page.tpl.php file of your theme.
To use it just put images in the image folder and mention the path in the code and also replace the names of images as per the node ids. This will help you to display different banner images for different nodes.
Drupal provides same header for the whole site and if we want to theme all the nodes individually then it’s a bit complicated process. While looking for alternatives to this, the following snippet work fine, this has been implemented in www.vinrcorp.com you can see the example before using it. The usage of the snippet is also quit simple just put this code into the header part or where ever you want, of page.tpl.php file of your theme.
To use it just put images in the image folder and mention the path in the code and also replace the names of images as per the node ids. This will help you to display different banner images for different nodes.
I think you can use it and this works for you too. You can reply to this post for further help.
Fairly new here, working on a theme. I cannot figure out where the horizontal line that is going across the middle of the header in BlueMarine is coming from....is it a border? image? two divs not lining up?
I believe it is in the middle of the $header content that is the 2nd row of the header table. I've scoured the css and just can't figure it out. Where is $header constructed and what css does it use? Any chance one of you CSS experts know where this mysterious line comes from? ('cause I want to KILL IT)