1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-17 07:10:48 +03:00

fix skin developer

This commit is contained in:
Mzhelskiy Maxim 2010-04-25 11:39:10 +00:00
parent 71a76fd622
commit 12759e37f8

View file

@ -14,8 +14,8 @@
<p><label for="remember" class="checkbox-label"><input type="checkbox" name="remember" class="checkbox" checked />{$aLang.user_login_remember}</label></p>
<input type="submit" name="submit_login" value="{$aLang.user_login_submit}" /><br /><br />
<a href="{$DIR_WEB_ROOT}/{$ROUTE_PAGE_LOGIN}/reminder/">{$aLang.user_password_reminder}</a><br />
<a href="{$DIR_WEB_ROOT}/{$ROUTE_PAGE_REGISTRATION}/">{$aLang.user_registration}</a>
<a href="{router page='login'}reminder/">{$aLang.user_password_reminder}</a><br />
<a href="{router page='registration'}">{$aLang.user_registration}</a>
</form>
</div>
{/if}