Using Joomla vers. 2.5 I have a Custom Html like that :
<table border="0" cellpadding="1" cellspacing="1" style="width: 100%; ">
<tbody>
<tr>
<td>
<form action="/login" id="form-login" method="post" name="form-login">
<input class="button" name="Submit" type="submit" value="Log In" />
</form>
</td>
</tr>
</tbody>
</table>
It's just a button linked to user login page. I want this button enabled (or visible) only for public users not with logged in ones. Or another custom code if user logged in to the site. Default login module is too big to show there.