1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 09:34:54 +02:00

Removed redundant PHP closing tags.

This commit is contained in:
Cameron
2020-08-10 15:49:44 -07:00
parent f655847997
commit e1593de8ee
264 changed files with 84 additions and 264 deletions

View File

@@ -729,4 +729,4 @@ function admin_config_adminmenu()
global $action;
$nl->show_options($action);
}
?>

View File

@@ -259,4 +259,3 @@ class newsletter_mailout
?>

View File

@@ -79,4 +79,4 @@ define("NLLAN_65", "Subscribers overview newsletter ID");
define("NLLAN_66", "Your news letter subscriber list has been sanitised.");
// Up to NLLAN_72 used in "public" file
?>

View File

@@ -3,4 +3,3 @@
define("LAN_PLUGIN_NEWSLETTER_NAME", "Newsletter");
define("LAN_PLUGIN_NEWSLETTER_DESCRIPTION", "Provides a quick and easy way to configure and send newsletters.");
?>

View File

@@ -106,4 +106,3 @@ foreach($newsletterArray as $nl)
}
$ns->tablerender(NLLAN_MENU_CAPTION, $text);
?>

View File

@@ -134,4 +134,3 @@ $text .= "</div>";
$ns -> tablerender(NLLAN_67, $text);
require_once(FOOTERF);
?>