Basics of Drupal, Techniques in drupal, Customizing the Drupal themes, Custom functions in drupal, Does and Dont in Drupal, Interview Question & Answers in Drupal etc.
Wednesday, July 13, 2011
Adding Stylesheet CSS file in Module hook_init()
function gems_contactus_init() {
drupal_add_css(drupal_get_path('module', 'gems_contactus') .'/contactus.css');
}
No comments:
Post a Comment