mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
Rename page_theme to menu_name
This commit is contained in:
@@ -42,7 +42,7 @@ $front_page['news'] = array('page' => 'news.php', 'title' => ADLAN_0);
|
||||
//$front_page['download'] = array('page' => 'download.php', 'title' => ADLAN_24); // Its a plugin now
|
||||
$front_page['wmessage'] = array('page' => 'index.php', 'title' => ADLAN_28);
|
||||
|
||||
if($sql->db_Select('page', 'page_id, page_title', "page_theme=''"))
|
||||
if($sql->db_Select('page', 'page_id, page_title', "menu_name=''"))
|
||||
{
|
||||
$front_page['custom']['title'] = FRTLAN_30;
|
||||
while($row = $sql->db_Fetch())
|
||||
|
Reference in New Issue
Block a user