ive made the login module horizontal by adding to the joomla template CSS:
#form-login-username, #form-login-password , #form-login-remember {float:left;}
now id need the FB login button to appear
below the (CB) "register" and "forget pw" links. so i cut the code around line 38
get('loginButtonSize');
echo $fbClient->getLoginButton($buttonSize); ?>
and pasted it right before the end of the login form in the default.php file. it seems to work, but the closing bracket is irritating me.
does this screw up something?
P.S: just saw that the code got cut off when posting. the "}" closing bracket right after the php open tag around line 38 is irritating me.