How to disable the splash page in default PHP templates Print

  • 0

For the tour areas if your payment processor allows you disable the warning page you can remove the code in:

< your php template template folder >/tour/globals/globals.tpl

usually at the end there is a simple include like:

<?php include "globals/splash.tpl"; ?>

If you remove that line the splash warning page will not show.


In the member's areas if you have the area protected the splash page shouldn't show.



Was this answer helpful?

« Back