Hi guys, I'm writing to you because I'm trying to put 4 small social buttons in the top bar of my site (
http://www.coldplayzone.it), where the login button is. I have searched on your Forum and I found this topic:
https://www.gavick.com/forums/search?ke ... 1ea7873796Ok, I have the same problem... I used these lines:
<?php if($this->API->modules('login')) : ?>
<jdoc:include type="modules" name="login" />
<?php endif; ?>
in default.php file but this is the result:

when it should be like this:

Thanks for your help.