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

Anonymous’s picture

Issue summary: View changes

Put around my code :-)