Module -> adding parameter functionality Hi!
How do I add a functionality to a module?
I want my my-menu-modules to be able to understand a parameter called id.
Background: Would like to use this is inside <div class="module" id="$id">....</div> to give each module-div a unic 'name'.
What do I have to do to add such a functionality?
thx! |