Changeset 7730

Show
Ignore:
Timestamp:
05/15/09 12:55:54 (3 years ago)
Author:
xrobau
Message:

Revert #7727, pl pointed out the cause of the problem, so I fixed it properly.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/config.php

    r7705 r7730  
    399399  $template['reload_needed'] = check_reload_needed(); 
    400400  $template['benchmark_starttime'] = $benchmark_starttime; 
     401  $template['title'] = "FreePBX"; 
    401402 
    402403  showview('freepbx', $template); 
  • freepbx/trunk/amp_conf/htdocs/admin/views/freepbx.php

    r7727 r7730  
    4444 
    4545<head> 
    46 <? // The "FreePBX" below was originally "$title", but no idea where it's meant to come // 
    47    //  from. It's not defined anywhere..  I set it to FreePBX manually. // ?> 
    48   <title><?php  echo _("FreePBX") ?></title> 
     46  <title><?php  echo _($title) ?></title> 
    4947  <meta http-equiv="Content-Type" content="text/html" /> 
    5048  <link href="common/mainstyle.css" rel="stylesheet" type="text/css" />