Active
Project:
Metropolis
Version:
7.x-1.2
Component:
Code
Priority:
Minor
Category:
Bug report
Reporter:
Anonymous (not verified)
Created:
29 Jul 2012 at 08:26 UTC
Updated:
18 Dec 2021 at 03:55 UTC
Jump to comment: Most recent
Hi,
I notiched that the login link uses the url 'user' instead of 'user/login'. Modules that alter the link 'user/login' (like Ajax Login-Register, Fancy Login) won't work because of this.
If some people are having the same problem, just open the file page.tpl.php and change url('user') to url('user/login') in line 40, the line should contain:
print '<li class="first"><a href="' .url('user/login'). '">' .t('Login'). '</a></li>';
Thanks for a great theme :-)
Comments
Comment #0.0
Anonymous (not verified) commentedPut
around my code :-)