getSocialAvatar();
if ($params->get('showGreeting'))
{
if ($params->get('greetingName') == 0)
$name = $user->get('username');
else
$name = $user->get('name');
echo '' . JText::sprintf('MOD_SCLOGIN_WELCOME', $name) . '';
}
if ($params->get('showLogoutButton'))
{ ?>
getLogoutButton(); ?>
get('showConnectButton'))
{
$reconnectButtons = $helper->getReconnectButtons();
echo $reconnectButtons;
}
echo $helper->getPoweredByLink();
?>
...
...
...
#fb-logout div{float:left}mtk wrote: Hello,
from where do I login so I could see the logout?
Mati
Hello,migann wrote: In the top right you have the facebook and linkedin connect buttons. Well, you should have...
Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
