OK there are a couple different ways you can do the menu like we did.
We created our OWN menu and disbled the Default Modules menu.
It's basic HTML.
OR you can use your existing Modules block for your Main menu and do this
open block-Modules.php
find this
|
Code:
|
<big>·</big> |
there will be multiple instances of that.
All you do is replace that with something like this
|
Code:
|
<img src=\"images/icon_mini_menu.gif\"> |
mikem