Dynamic templates in Drupal

August 17th, 2011 No comments

Hi guys, Drupal is an excellent content management system. It has a lot of features and one interesting feature is its dynamic template system. Dynamic templates allows us to change the layout of a page or a block very easily. For example, if you need a different layout in the Front page, you can use the front page template.

Read more…

Categories: Drupal, PHP Tags:

How to set home page in drupal

August 11th, 2011 1 comment

Hi friends, Today I am going to show you how to set home page in a Drupal site. We can set the home page either from the admin panel or by using a page template (front page template). If you want to change the layout of the home page then creating a front page template is the prefered method.

Read more…

Categories: Drupal, PHP Tags:

How to include stylesheets only for Internet explorer

July 24th, 2011 No comments

Sometimes we may need to include style sheets only for Internet explorer and it is possible to do so by using CSS conditional comments. Conditional comments allows us to load style sheet only for Internet explorer and also for specific version of Internet explorer.

Read more…

Categories: CSS Tags: