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.
can i add a additional page.tpl.php to theme this node? if yes, what the name of the new file should be?
i've tested
page--myalias.tpl.php
page--node--myalias.tpl.php
node--myalias.tpl.php
Hi
I'd surveyed many Drupal Theme Clubs, frankly none of them looks appealing in terms of design either just too plain or too lousy. Also, they charge sky-high for many half-baked designs for developer club up to $499-$899.
Hoping some one can help me. I busy working on a Drupal Site using a sub-theme of Bartik. In the Bartik them there is the option to change the colour for the site using the colour module. There are two regions for the header called Header Top & Header Bottom which allows you to run a gradient colour through the header.
WHat I would like to do is modify my sub-theme to enable the same for the main background and footer. So I would end up with Main Background top & Main Background Bottom then Footer Top & Footer Bottom.
hi every one..
i've been a while developing drupal themes..but this time when i wanted to make my custom slideshow i found these problem..
in my template.php file the $banners=mytheme_show_banners() is not reconized by drupal as internal function.drupal show an error message that it didnt reconize such syntax .
the same with theme-settings.php the _mytheme_set_banners($banners) is not reconized by drupal.