mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Removed redundant PHP closing tags.
This commit is contained in:
@@ -104,4 +104,4 @@ define("LAN_AL_RSS_05","RSS limits updated");
|
||||
define("LAN_AL_RSS_06","RSS settings updated");
|
||||
define("LAN_AL_RSS_07","");
|
||||
*/
|
||||
?>
|
||||
|
||||
|
@@ -12,4 +12,3 @@ define("LAN_PLUGIN_RSS_NAME", "RSS");
|
||||
define("LAN_PLUGIN_RSS_DESCRIPTION", "RSS Feeds from your site.");
|
||||
define("LAN_PLUGIN_RSS_SUBSCRIBE", "Subscribe");
|
||||
define("LAN_PLUGIN_RSS_SUBSCRIBE_TO", "Subscribe to [x]");
|
||||
?>
|
@@ -100,4 +100,3 @@
|
||||
|
||||
e107::getRender()->tablerender($caption, $text, 'rss_menu');
|
||||
}
|
||||
?>
|
@@ -289,4 +289,3 @@ class rss_menu_shortcodes extends e_shortcode
|
||||
}
|
||||
|
||||
$rss_shortcodes = new rss_menu_shortcodes;
|
||||
?>
|
@@ -29,4 +29,3 @@ if(!isset($RSS_LIST_FOOTER))
|
||||
}
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user