mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
Update e_search.php
This commit is contained in:
@@ -43,7 +43,7 @@ class news_search extends e_search // include plugin-folder in the name.
|
||||
|
||||
|
||||
$search = array(
|
||||
'name' => "News",
|
||||
'name' => LAN_SEARCH_98,
|
||||
'table' => 'news AS n LEFT JOIN #news_category AS c ON n.news_category = c.category_id',
|
||||
|
||||
'advanced' => array(
|
||||
@@ -114,4 +114,4 @@ 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');
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user