Articles tagged with: drupal themes

In this article we will figure out an order which is used for templates of your Drupal-based website. Read the full story to get know the details.

If you need to choose a theme for your Drupal-based site, this article is for you! I’ll offer you three ways to get a theme.

In this article I propose you to clarify the variables of a page template (page.tpl.php). This is necessary to create a website design according your needs.

Solution
Attention: the text should use utf-8 encoding
Open update.php file (in site root)
Replace update_access_denied_page() function:
Drupal 5 (line 575)
Drupal 6 (line 385)
with this code:
This article is for web-developers who are interested in creating their Drupal themes. It would tell you how to create themes for different content types. As a bonus, you’ll get know how to create theme …