1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 04:10:38 +02:00

#3912 e_ROUTE for legacy version contact page

This commit is contained in:
Jimako
2021-02-22 21:04:47 +01:00
committed by GitHub
parent 340ff05fcd
commit b5d237f4a9

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