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:
@@ -729,4 +729,4 @@ function admin_config_adminmenu()
|
||||
global $action;
|
||||
$nl->show_options($action);
|
||||
}
|
||||
?>
|
||||
|
||||
|
@@ -259,4 +259,3 @@ class newsletter_mailout
|
||||
|
||||
|
||||
|
||||
?>
|
@@ -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
|
||||
?>
|
||||
|
||||
|
@@ -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.");
|
||||
|
||||
?>
|
@@ -106,4 +106,3 @@ foreach($newsletterArray as $nl)
|
||||
}
|
||||
|
||||
$ns->tablerender(NLLAN_MENU_CAPTION, $text);
|
||||
?>
|
@@ -134,4 +134,3 @@ $text .= "</div>";
|
||||
|
||||
$ns -> tablerender(NLLAN_67, $text);
|
||||
require_once(FOOTERF);
|
||||
?>
|
Reference in New Issue
Block a user