Archive for the ‘Theming’ Category

Theming Menu in Drupal 6

Friday, November 7th, 2008

now become easier !!

check this link

Theming Views 2 in Drupal 6

Thursday, November 6th, 2008

I found a simple tutorial for newbie.. !!!

Click here… I spend more than one hour to find out this.. Pity me !

Adding Custom Menu

Saturday, November 1st, 2008

Spending some time trying to find out this !

Sigh…

If you make additional menu and wants to put it in your theme, this is how to do it

<?php print theme('links', menu_navigation_links('menu-machine-readable-name'), array('id' => 'menu_id', 'class' => 'menu_class')); ?>