Category: drupal 6.x
How to create simple block module in drupal 6.x
| July 31, 2009 | Posted by Subikar under block, cms, community, drupal, drupal 6.x, module, php |
Creating simple block module in drupal is easy you just need to concentrate on this artcile to learn to create simple block module in drupal step by step. For drupal all block module whould uploaded to the folder sites/all/modules Suppose I am creating an exampl module to display news from a single category. Step 1:…