fix 404 ошибки, вызванной загрузкой файла по несуществующему пути /templates/960px/img/ajax-loader.gif

This commit is contained in:
Repellent 2019-04-28 20:25:13 +05:00
parent 82643fcf7c
commit 1ab5aed8a3
2 changed files with 2 additions and 2 deletions

BIN
login/img/ajax-loader.gif Normal file

Binary file not shown.

After

(image error) Size: 1.5 KiB

@ -21,7 +21,7 @@
{/if}
{if $smarty.session.loginza_auth!=1}
<p>
<label><span id="checkUsername" style="display:none"><img src="/templates/960px/img/ajax-loader.gif" border="0" /></span>{#LOGIN_YOUR_LOGIN#}</label>
<label><span id="checkUsername" style="display:none"><img src="{$ABS_PATH}modules/login/img/ajax-loader.gif" border="0" /></span>{#LOGIN_YOUR_LOGIN#}</label>
<input name="user_name" id="username" value="{$smarty.post.user_name|escape|stripslashes}" type="text">
</p>
<p>
@ -30,7 +30,7 @@
</p>
{/if}
<p>
<label><span id="checkEmail" style="display:none"><img src="/templates/960px/img/ajax-loader.gif" border="0" /></span>{#LOGIN_YOUR_MAIL#}</label>
<label><span id="checkEmail" style="display:none"><img src="{$ABS_PATH}modules/login/img/ajax-loader.gif" border="0" /></span>{#LOGIN_YOUR_MAIL#}</label>
<input name="reg_email" id="email" value="{$smarty.post.reg_email|escape|stripslashes}" type="text">
</p>
</fieldset>