mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Filter menus from page-navigation
This commit is contained in:
@@ -81,7 +81,7 @@ class page_sitelink // include plugin-folder in the name.
|
||||
{
|
||||
$query .= 1;
|
||||
}
|
||||
$query .= " ORDER BY page_order";
|
||||
$query .= " AND page_title !='' ORDER BY page_order";
|
||||
|
||||
$data = $sql->retrieve($query, true);
|
||||
$_pdata = array();
|
||||
|
Reference in New Issue
Block a user