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>
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>