Unexpected/Wrong output from a login page accessed thru menu - Joomla! Forum - community, help and support


i have been making templates joomla , find answers somewhere in web or in forum. until this...

i created internal link menu item; type default login layout , gave title of login. , turned module can assign position. when click on link show login page of have style individual page. expecting see html output like:

<form id="com-form-login"...>
<fieldset name="input">
//username , password fields
</fieldset>
<ul>
<li><a href="/login/reset.html"> forgot password?</a></li>
<li>...
<li>...
</ul>
<input type="hidden" value="com_user" name="option"/>
//more hidden fields
</form>

this output default_login.php within com_user , expecting. got this:

<form id="login"...>
<fieldset name="input">
//username , password fields
</fieldset>
<p>
<a href="/login/reset.html"> forgot password?</a>
<a....
<a....
</p>
<input type="hidden" value="com_user" name="option"/>
//more hidden fields
</form>

is there php file have edit or running out of joomla mojo? reinstalled everything. running xampp joomla 1.5.14.






Comments

Popular posts from this blog

Hur installera Joomla på One.com - Joomla! Forum - community, help and support

removing index.php from URL address - Joomla! Forum - community, help and support

「イメージマップのアンカー名には、...」のエラーが出ないようにしたい