By sumantanarayan on
i have install drupal.i have a index page which consist header,footer,a menu and body.click on the menu items new pages opens.i want to add this in drupal.after i want to make the menu dynamic .
i have install drupal.i have a index page which consist header,footer,a menu and body.click on the menu items new pages opens.i want to add this in drupal.after i want to make the menu dynamic .
Comments
Drupal is template based CMS
Drupal is template based CMS so suppose you want to add your static pages then it will call in the content area of drupal not in template. for that you have to make your own content type and you can build your own page.tpl file fot that content type.
Regards,
vijay
Thanks,
Vijay Thummar
where i add my own templete
where i add my own templete
Please check
http://drupal.org/node/341977#comment-1136712
Thanks,
Vijay Thummar
i am new in drupal.i am not
i am new in drupal.i am not able to do that.please step by step.