I added Register and Login button on the menu but it only works in the first install. Dont change after login.
Menu;

Code;

Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Code: Select all
...
<ul class="nav navbar-nav" style='float:right'>
{% if logged %}
<li><a href="index.php?route=account/logout">{{ text_logout }}</a></li>
{% else %}
<li><a href="index.php?route=account/login">{{ text_login }}</a></li>
{% endif %}
</ul>
...
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Users browsing this forum: Google [Bot] and 6 guests