1
0
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:
Cameron
2020-08-10 15:49:44 -07:00
parent f655847997
commit e1593de8ee
264 changed files with 84 additions and 264 deletions

View File

@@ -63,4 +63,3 @@ class news_featurebox // include plugin-folder in the name.
?>

View File

@@ -19,4 +19,3 @@ if(USER_AREA && e107::getMenu()->isLoaded('news_carousel'))
e107::css('news','news_carousel.css');
}
?>

View File

@@ -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');
?>

View File

@@ -166,4 +166,3 @@ class news_sitelink // include plugin-folder in the name.
?>

View File

@@ -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");
?>

View File

@@ -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'");
?>

View File

@@ -1973,4 +1973,3 @@ require_once(FOOTERF);
// =========================================================================
?>

View File

@@ -218,4 +218,3 @@ if (e107::getDb()->gen($query))
}
?>

View File

@@ -210,4 +210,3 @@ if ($sql->gen($query))
e107::getCache()->set("nq_othernews", $cache_data);
}
?>