mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +02:00
Removed redundant PHP closing tags.
This commit is contained in:
@@ -44,4 +44,3 @@ class newsfeed_frontpage // include plugin-folder in the name.
|
||||
|
||||
|
||||
|
||||
?>
|
@@ -22,4 +22,3 @@ if (!e107::isInstalled('newsfeed'))
|
||||
|
||||
e107::includeLan(e_PLUGIN.'newsfeed/languages/'.e_LANGUAGE.'_admin_newsfeed.php');
|
||||
$ns->tablerender(NFLAN_43, e107::getParser()->toHTML(NFLAN_42, true) );
|
||||
?>
|
@@ -18,4 +18,3 @@
|
||||
define("NWSF_FP_1", "News Feeds");
|
||||
define("NWSF_FP_2", "main page");
|
||||
|
||||
?>
|
@@ -3,4 +3,4 @@
|
||||
define("LAN_PLUGIN_NEWSFEEDS_NAME", "Newsfeeds");
|
||||
define("LAN_PLUGIN_NEWSFEEDS_DESCRIPTION", "This plugin will retrieve rss feeds from other websites and display them according to your preferences.");
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -24,4 +24,4 @@ define("NFLAN_48", "Unable to save raw data in database.");
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -435,4 +435,4 @@ class newsfeedClass
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -38,4 +38,3 @@ if($info['text'])
|
||||
}
|
||||
|
||||
|
||||
?>
|
@@ -37,4 +37,4 @@ $NEWSFEED_MENU_END = "</table><br />
|
||||
<!-- End News Feed Menu -->\n\n";
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
@@ -59,4 +59,4 @@ $NEWSFEED_MAIN_END = "
|
||||
</table>\n";
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user