Changeset 7727

Show
Ignore:
Timestamp:
05/14/09 21:25:08 (3 years ago)
Author:
xrobau
Message:

Warning cleanups.

Files:

Legend:

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

    r7346 r7727  
    4444 
    4545<head> 
    46   <title><?php  echo _($title) ?></title> 
     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> 
    4749  <meta http-equiv="Content-Type" content="text/html" /> 
    4850  <link href="common/mainstyle.css" rel="stylesheet" type="text/css" /> 
     
    139141  <div id="header"> 
    140142<?php 
     143  global $amp_conf; 
    141144  $freepbx_alt = _("FreePBX"); 
    142145  $freepbx_logo = 'freepbx_large.png';