how to add multiple modules to a single page in digitalus
- by jspeshu
when i do some thing like this i can see the module
<div id='search' class="module">
<digitalusControl type='moduleSelector' id='module' label="searchM" group='mods' /> </div>
but i want to have two modules so i make something like this
<div id='search' class="module">
<digitalusControl type='moduleSelector' id='modulesearch' label="searchM" group='mods' /> </div>
<div id='search' class="module">
<digitalusControl type='moduleSelector' id='modulenews' label="newsM" group='mods' /> </div>
plz help how can i create multiple modules since i can't create another element "digitalusControl" with id "module"
i really need this plz help
EDIT: even worse a template with only one module, this single line is not working for me