mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 10:23:53 +02:00
Removed redundant PHP closing tags.
This commit is contained in:
@@ -63,4 +63,3 @@ class news_featurebox // include plugin-folder in the name.
|
||||
|
||||
|
||||
|
||||
?>
|
@@ -19,4 +19,3 @@ if(USER_AREA && e107::getMenu()->isLoaded('news_carousel'))
|
||||
e107::css('news','news_carousel.css');
|
||||
}
|
||||
|
||||
?>
|
@@ -114,4 +114,3 @@ class news_search extends e_search // include plugin-folder in the name.
|
||||
//Old v1.
|
||||
// $search_info[] = array('sfile' => e_PLUGIN.'chatbox_menu/search/search_parser.php', 'qtype' => CB_SCH_LAN_1, 'refpage' => 'chat.php', 'advanced' => e_PLUGIN.'chatbox_menu/search/search_advanced.php');
|
||||
|
||||
?>
|
@@ -166,4 +166,3 @@ class news_sitelink // include plugin-folder in the name.
|
||||
|
||||
|
||||
|
||||
?>
|
@@ -13,4 +13,3 @@ define("LAN_NEWSCAT_MENU_TITLE", "News Categories");
|
||||
define("LAN_NEWSLATEST_MENU_TITLE", "Latest News");
|
||||
define("LAN_NEWSARCHIVE_MENU_TITLE", "News Archive");
|
||||
|
||||
?>
|
@@ -22,4 +22,4 @@ define("LAN_NEWS_ADMIN_08", "Display Archive Link");
|
||||
define("LAN_NEWS_ADMIN_09", "Limits");
|
||||
define("LAN_NEWS_ADMIN_10", "Number of Feature Items");
|
||||
define("LAN_NEWS_ADMIN_11", "Assigned items are those with a template assigned to 'News Carousel'");
|
||||
?>
|
||||
|
||||
|
@@ -1973,4 +1973,3 @@ require_once(FOOTERF);
|
||||
// =========================================================================
|
||||
|
||||
|
||||
?>
|
@@ -218,4 +218,3 @@ if (e107::getDb()->gen($query))
|
||||
|
||||
}
|
||||
|
||||
?>
|
@@ -210,4 +210,3 @@ if ($sql->gen($query))
|
||||
e107::getCache()->set("nq_othernews", $cache_data);
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user