Closed citizenspress closed 4 years ago
(for version 11.0)
The link is wrong in the index file that is generated which means when logged-out does nothing. The link should be /?do=login and not just /login
/?do=login
/login
I am unsure how to fix this.
<div class="header-buttons"> <a href="/login" class="icon-header popup-trigger ripple" title="Login"> <i class="mdi mdi-account"></i> </a>
All I had to do is edit (anything) on the page.header.html and it corrected itself. I am unsure what the problem was.
(for version 11.0)
The link is wrong in the index file that is generated which means when logged-out does nothing. The link should be
/?do=login
and not just/login
I am unsure how to fix this.