Changeset 7730
- Timestamp:
- 05/15/09 12:55:54 (3 years ago)
- Files:
-
- freepbx/trunk/amp_conf/htdocs/admin/config.php (modified) (1 diff)
- freepbx/trunk/amp_conf/htdocs/admin/views/freepbx.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/config.php
r7705 r7730 399 399 $template['reload_needed'] = check_reload_needed(); 400 400 $template['benchmark_starttime'] = $benchmark_starttime; 401 $template['title'] = "FreePBX"; 401 402 402 403 showview('freepbx', $template); freepbx/trunk/amp_conf/htdocs/admin/views/freepbx.php
r7727 r7730 44 44 45 45 <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> 49 47 <meta http-equiv="Content-Type" content="text/html" /> 50 48 <link href="common/mainstyle.css" rel="stylesheet" type="text/css" />
