e107/e107_themes/voux/install/install.xml
contains hardcoded text to the admin page (around line 1101):
<a class="btn btn-primary btn-large " href="e107_admin/admin.php">Go to Admin area</a>
To make it follow the settings from e107_config.php this might be better:
<a class="btn btn-primary btn-large " href="{e_ADMIN}admin.php">Go to Admin area</a>
Happy to see you @nlstart! :+1:
Thank you for the warm welcome @CaMer0n, it has been way too long! :-)
Good to see you!
Identical issues in:
e107_themes\bootstrap3\install\install.xml (line 12)
e107_themes\landingzero\install\install.xml (line 50)
Unfortunately, it seems this broke the link in v2.2.0. Reassigned for 2.2.1
Most helpful comment
Happy to see you @nlstart! :+1: