From 80aebfb0ab7e99edcfe4b10c12bc4f884ffaacb0 Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 6 Mar 2013 23:01:32 -0800 Subject: [PATCH] LAN fix --- e107_plugins/contact/contact_menu.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e107_plugins/contact/contact_menu.php b/e107_plugins/contact/contact_menu.php index beabd3267..5520aa5c8 100644 --- a/e107_plugins/contact/contact_menu.php +++ b/e107_plugins/contact/contact_menu.php @@ -2,6 +2,8 @@ if (!defined('e107_INIT')) { exit; } +e107::lan('core','contact'); + $head = '
';