1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 21:02:09 +02:00

Rename page_theme to menu_name

This commit is contained in:
Cameron
2013-03-09 14:53:01 -08:00
parent eb10a16eb1
commit d32715dcef
11 changed files with 29 additions and 28 deletions

View File

@@ -24,7 +24,7 @@ $search_fields = array('page_title', 'page_text');
$weights = array('1.2', '0.6');
$no_results = LAN_198;
$where = "page_class IN (".USERCLASS_LIST.") AND `page_theme` = '' AND".$advanced_where;
$where = "page_class IN (".USERCLASS_LIST.") AND `menu_name` = '' AND".$advanced_where;
$order = array('page_datestamp' => DESC);
$table = "page";