From b5d237f4a99549f3872f05efbd66f809d3e0ae95 Mon Sep 17 00:00:00 2001 From: Jimako Date: Mon, 22 Feb 2021 21:04:47 +0100 Subject: [PATCH] #3912 e_ROUTE for legacy version contact page --- contact.php | 1 + 1 file changed, 1 insertion(+) diff --git a/contact.php b/contact.php index 5e4190bf3..3ce22fb35 100644 --- a/contact.php +++ b/contact.php @@ -338,6 +338,7 @@ class contact_front e107::lan('core','contact'); e107::title(LANCONTACT_00); e107::canonical('contact'); +e107::route('contact/index'); require_once(HEADERF);