Hello,
Can you help how I can remove the Danland "Home" region or "Home" link. It is on every page I made. All other regions I can stop, but not the "Home" region.
Thanks for your help.
Gr
This maybe a very simple question but I am very new to Drupal and have not figured it out yet.
The whole code is listed below. All I need to do in the first step right now is add values the row lets say I want it to say 'test1' in Row1 Column 1 and test2 in Row1 Column 2 and so on how do I do it? ( I have tried using each of the following but they did not work for me: '#value' => t('Row 2 Column 2'), and also tried '#data' => t('Row 2 Column 2'), and also tried '#markup' => t('Row 2 Column 2'), but none of that showed up with any value. What did I do wrong?
Good Evening,
I am very new to so apologizes in advance if this is a dumb question.
Objective: Have a form with one text field and submit button. Upon clicking submit a table shows up. (How do I do this?)
When I do it like below and have a form with one text field (using the text field for passing value to db) and and a submit button then my return theme('table', array('header' => $header, 'rows'=> $rows)); appears to have no effect and the table never shows up.