diff --git a/e107_core/shortcodes/batch/contact_shortcodes.php b/e107_core/shortcodes/batch/contact_shortcodes.php index c40a8a2ab..15a5a400f 100644 --- a/e107_core/shortcodes/batch/contact_shortcodes.php +++ b/e107_core/shortcodes/batch/contact_shortcodes.php @@ -2,7 +2,7 @@ /* * e107 website system * - * Copyright (C) 2008-2009 e107 Inc (e107.org) + * Copyright (C) 2008-2016 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * @@ -92,8 +92,8 @@ class contact_shortcodes extends e_shortcode { $userName = deftrue('USERNAME'); - return ""; - + return ""; + } @@ -103,14 +103,14 @@ class contact_shortcodes extends e_shortcode $userEmail = deftrue('USEREMAIL'); $disabled = (!empty($userEmail)) ? 'readonly' : ''; // don't allow change from a verified email address. - return ""; + return ""; } function sc_contact_subject($parm='') { - return ""; + return ""; } @@ -125,7 +125,7 @@ class contact_shortcodes extends e_shortcode $size = 'input-xxlarge'; } - return ""; + return ""; } diff --git a/e107_core/templates/contact_template.php b/e107_core/templates/contact_template.php index b172ed3b8..259fe5414 100644 --- a/e107_core/templates/contact_template.php +++ b/e107_core/templates/contact_template.php @@ -1,5 +1,14 @@