na verdade gostaria é o seguinte, é q tenho em meu site " Home|cursos|loja|..."
dai gostaria q depois viesse um botãozinho de chat q mostra quando está on ou off através das cores, dai o código gerado pelo programa de chat (Mibew) é
<!-- webim button --><a href="/chat/client.php?locale=pt-br&style=simplicity" target="_blank" onclick="if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 && window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open('/chat/client.php?locale=pt-br&style=simplicity&url='+escape(document.location.href)+'&referrer='+escape(document.referrer), 'webim', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newwindow.focus();this.newwindow.opener=window;return false;"><img src="/chat/button.php?i=simple&lang=pt-br" border="0" alt=""/></a><!-- / webim button -->
não sei se tenho q colocar na mão mas o código do index do layout é
<?php if($mtype != "none") : ?>
<div id="horiz-menu" class="<?php echo $mtype; ?>">
<?php if($mtype != "module" ) : ?>
<?php echo $topnav; ?>
<?php else: ?>
<jdoc:include type="modules" name="toolbar" style="none" />
<?php endif; ?>
</div>
bom a unica coisa q quero é coloca-lo junto com mainmenu, tem como?
Desde já muito obrigado!