1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-29 10:50:25 +02:00

Merge pull request #4418 from Jimmi08/patch-19

Issue #3912 e_ROUTE for legacy version contact page
This commit is contained in:
Cameron
2021-02-22 13:11:49 -08:00
committed by GitHub

View File

@@ -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);