<h2>Edit Gateway Page</h2> <br> All incoming Topsites hits will pass through this page, if the Gateway Page is enabled (in <a href="admin.php?T=options">Edit Options</a>). <form action="admin.php" target="_self" method="post"> <textarea name="gateway" rows="30" cols="80"> <?php echo file_get_contents(WWWROOT . 'topsites/templates/in_gateway.tpl'); ?> </textarea> <br /><br /> <input type="hidden" name="Run" value="EditGateway" /> <input type="submit" value="Save Changes" /> </form>