Redirection test

Discussion in 'Customization & add-ons' started by comptech520, Oct 5, 2007.

  1. comptech520

    comptech520 New Member

    Joined:
    Oct 5, 2007
    Messages:
    28
    Hi,

    I have some code that I want to display insted of the standard Click here if your browser does not automatically forward you.

    How can I do this?
  2. jenolan

    jenolan aMember Coder

    Joined:
    Nov 3, 2006
    Messages:
    510
    templates/redirect.html is where the text is rendered by the system.
  3. wdevn

    wdevn New Member

    Joined:
    Oct 12, 2007
    Messages:
    17

    So I just add the text I wish to display? Can I change the default rendered text?

    Thanks!
  4. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    This text is different in each case for example for login have a look in login.php:
    html_redirect("$redirect", 0, 'Redirect', _LOGIN_REDIRECT);
    So just change _LOGIN_REDIRECT language variable.

Share This Page