mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
Bug #5347 hard-coded LAN
This commit is contained in:
@@ -47,7 +47,7 @@ $front_page['wmessage'] = array('page' => 'index.php', 'title' => ADLAN_28);
|
||||
|
||||
if($sql->db_Select('page', 'page_id, page_title', "page_theme=''"))
|
||||
{
|
||||
$front_page['custom']['title'] = 'Custom Page';
|
||||
$front_page['custom']['title'] = FRTLAN_30;
|
||||
while($row = $sql->db_Fetch())
|
||||
{
|
||||
$front_page['custom']['page'][] = array('page' => 'page.php?'.$row['page_id'], 'title' => $row['page_title']);
|
||||
|
Reference in New Issue
Block a user