1
Hello
I would turn on my bar navigation system that lets you see the selected module
For this I use the smarty system to $xoops_dirname==
This works very well with the directions of the module but the problem is that I can not get it to work with a link made
See if I put
<li class="topmenu"><a href="<{$xoops_url}>/modules/adslight"<{if $xoops_dirname=='adslight'}> class="active"<{/if}>>Petites annoncesa>li> <li class="topmenu"><a href="<{$xoops_url}>/modules/newbb/"<{if $xoops_dirname=='newbb'}> class="active"<{/if}>>Foruma>li>
It works very well. By cons, if I put
<li class="toplast"><a href="<{$xoops_url}>/modules/liaise/?form_id=1"<{if $xoops_dirname=='liaise'}> class="active"<{/if}>>Contacta>li>
This link does not work!
How to make it active as the first?
Thank you