Adding a back link on useraddimages.tpl

Discussion in 'Customizations' started by cwp, May 8, 2015.

  1. cwp Customer

    When a user modifies a listing and go to modify the images there is no way for the user to go back to the original listing unless they hit the browser back button. Adding this to the bottom of useraddimages.tpl

    Code:
    <br />
    <h4><strong><a href="usermodifylisting.php?view={$lid}"><< GO BACK TO LISTING</strong></a></h4>
    </center>
  2. freeze2 Super Moderator

    Definitely a good link to include on that page

Share This Page