You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
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>
The text was updated successfully, but these errors were encountered: