Changeset 7727
- Timestamp:
- 05/14/09 21:25:08 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/views/freepbx.php
r7346 r7727 44 44 45 45 <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> 47 49 <meta http-equiv="Content-Type" content="text/html" /> 48 50 <link href="common/mainstyle.css" rel="stylesheet" type="text/css" /> … … 139 141 <div id="header"> 140 142 <?php 143 global $amp_conf; 141 144 $freepbx_alt = _("FreePBX"); 142 145 $freepbx_logo = 'freepbx_large.png';
