1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 13:11:52 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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