Fixing custom pages link see BT#8339

1.9.x
Julio Montoya 11 years ago
parent 63b85dab15
commit 265499f028
  1. 10
      custompages/index-unlogged.php

@ -100,16 +100,20 @@ $rootWeb = api_get_path('WEB_PATH');
<span><?php echo custompages_get_lang('LoginEnter');?></span> <span><?php echo custompages_get_lang('LoginEnter');?></span>
</div> <!-- #form-submit --> </div> <!-- #form-submit -->
<div id="links"> <div id="links">
<a href="<?php echo api_get_path(WEB_PATH)?>main/auth/inscription.php">
<?php if (api_get_setting('allow_registration') === 'true') { ?>
<a href="<?php echo api_get_path(WEB_PATH); ?>main/auth/inscription.php">
<?php echo custompages_get_lang('langReg')?> <?php echo custompages_get_lang('langReg')?>
</a><br /> </a><br />
<a href="<?php echo api_get_path(WEB_PATH)?>main/auth/lostPassword.php"> <?php } ?>
<a href="<?php echo api_get_path(WEB_PATH); ?>main/auth/lostPassword.php">
<?php echo custompages_get_lang('langLostPassword')?> <?php echo custompages_get_lang('langLostPassword')?>
</a> </a>
</div> </div>
</div> <!-- #form --> </div> <!-- #form -->
<div id="footer"> <div id="footer">
<img src="<?php echo api_get_path(WEB_PATH)?>/custompages/images/footer.png" /> <img src="<?php echo api_get_path(WEB_PATH); ?>/custompages/images/footer.png" />
</div> <!-- #footer --> </div> <!-- #footer -->
</div> <!-- #wrapper --> </div> <!-- #wrapper -->
</body> </body>

Loading…
Cancel
Save