How can I affect the delta parameter value? Where it can be set?
I'm beginner with Drupal but know my way around PHP and other CMS apps e.g. Joomla. I've working on my first drupal module and need to create a module with multiple blocks. I know how to switch based on the $op parameter but the $delta value seems always to be the default value set in the function declaration.
How can I select which block to process and display? Can $delta be set so that when using modules subnavigation is uses delta to switch to another block view?
Thanks in advance.