Edit File: auth_info.tpl
<div class="login-info"> {if $runtime.controller == "auth" && $runtime.mode == "login_form"} {hook name="auth_info:login_form"} {__("text_login_form")} <a href="{"profiles.add"|fn_url}">{__("register_new_account")}</a> {/hook} {elseif $runtime.controller == "auth" && $runtime.mode == "recover_password"} {hook name="auth_info:recover_password"} <h4>{__("text_recover_password_title")}</h4> {__("text_recover_password")} {/hook} {/if} {hook name="auth_info:extra"} {/hook} </div>
Back to File Manager