drupal - using variable_set, hook block and hook menu to save config values then print out in custom
- by bert
I am trying to
1) implement the hook menu and variable_set in the block hook and to solicit and store configuration values from user,
2) then use retrieve configuration values and
3) pass them out into a template using theme hook when page is shown.
However I need a bit of a push on step two and three!
// ===================== file:…