96
can you log into aka, to see if it's OK for you ?
i've modified 'switch vertical menu' template.
in multimenu_dyn_switchvert.html at line 44 and 97 :
<div class="menutitle">
changed to :
<{if $linkurl}><div class="menutitle"><{else}><div class="menutitle2"><{/if}>
and a new css declared !
<style type="text/css">
.menutitle {
cursor:pointer;
}
.menutitle2 {
cursor:cursor;
}
style>
if a main standard link doesn't have an url configured, the title will not be clickable.
else, if there an url (or a dot for example), the link will works correctly.
if a main standard link doesn't have an url configured, and have a sublink, the menu works too.
you can tell me if there's still a problem/bug !