MyBB Community Forums

Full Version: Login Modal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
header_welcomeblock_guest_login_modal template

Insert a <br /> (to stop lost password from breaking)

	<td class="trow2">
		<input name="quick_password" id="quick_login_password" type="password" value="" class="textbox" /><br />
<a href="{$mybb->settings['bburl']}/member.php?action=lostpw" class="lost_password">{$lang->lost_password}</a>
	</td>