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

Bug #5347 hard-coded LAN

This commit is contained in:
e107steved 2012-10-24 20:11:18 +00:00
parent 60e265e699
commit a27c509572
2 changed files with 4 additions and 1 deletions

View File

@ -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']);

View File

@ -12,6 +12,9 @@ define("FRTLAN_1", "Front Page settings updated.");
define("FRTLAN_12", "Update Front Page Settings");
define("FRTLAN_13", "Current Front Page Settings");
define("FRTLAN_15", "Other (enter url):");
define('FRTLAN_30', 'Custom Page');
//define("FRTLAN_33", "Current Settings");
// New language defs for 0.8