i have a dynamic block data (from database) for one of my modules and it is displayed in the right sidebar.
Now my template is changed and i want to integrate this block data into one of my .tpl files.
How can i proceed?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have not specified the version of Drupal you are using, for Drupal 6 this would do it:
For drupal 7, you could try this (clunkier) approach:
Hope that helps!