Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Could some one tell me how I could change the header in the pushbutton theme.
I would like to put my own image banner next to the logo (I have already changed the logo).
There are two PNG files called header-a and header-b in the theme file, I would like it to be just one banner which would be a image file. I would like it to stay static and not move when you change the size of the browser window.
Could some one tell me how I could change the header in the pushbutton theme.
I would like to put my own image banner next to the logo (I have already changed the logo).
There are two PNG files called header-a and header-b in the theme file, I would like it to be just one banner which would be a image file. I would like it to stay static and not move when you change the size of the browser window.
I have installed the views module to create some advanced lists of nodes. However, now I would like to print/output a view directly from php code so I can place it wherever I want. I'm trying to use the front page module to create a custom front page with 3 columns.. I've done this successfully and simply need the necessary code for fetching a view and outputting it with php.
Have anyone done this? I couldn't fint the answer on any of the module documentation or anywhere on drupal.org :/