Fixing language link see BT#8624

1.9.x
Julio Montoya 11 years ago
parent 8e316df3dc
commit 202440754a
  1. 4
      custompages/index-unlogged.php

@ -102,12 +102,12 @@ $rootWeb = api_get_path('WEB_PATH');
<div id="links"> <div id="links">
<?php if (api_get_setting('allow_registration') === 'true') { ?> <?php if (api_get_setting('allow_registration') === 'true') { ?>
<a href="<?php echo api_get_path(WEB_PATH); ?>main/auth/inscription.php"> <a href="<?php echo api_get_path(WEB_PATH); ?>main/auth/inscription.php?language=<?php echo api_get_interface_language(); ?>">
<?php echo custompages_get_lang('langReg')?> <?php echo custompages_get_lang('langReg')?>
</a><br /> </a><br />
<?php } ?> <?php } ?>
<a href="<?php echo api_get_path(WEB_PATH); ?>main/auth/lostPassword.php"> <a href="<?php echo api_get_path(WEB_PATH); ?>main/auth/lostPassword.php?language=<?php echo api_get_interface_language(); ?>">
<?php echo custompages_get_lang('langLostPassword')?> <?php echo custompages_get_lang('langLostPassword')?>
</a> </a>
</div> </div>

Loading…
Cancel
Save