Changeset 9462 for freepbx/trunk/amp_conf/htdocs/admin/views/freepbx.php
- Timestamp:
- 04/07/10 15:42:10 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/views/freepbx.php
r9353 r9462 53 53 <head> 54 54 <title><?php echo _($title) ?></title> 55 <meta http-equiv="Content-Type" content="text/html" /> 55 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> 56 <meta http-equiv="X-UA-Compatible" content="chrome=1" /> 56 57 <link href="common/mainstyle.css" rel="stylesheet" type="text/css" /> 57 58 <?php if (isset($use_nav_background) && $use_nav_background) { ?> … … 68 69 <link href="common/ie.css" rel="stylesheet" type="text/css" /> 69 70 <![endif]--> 70 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />71 71 <?php 72 72 // check if in the amp configuration the user has set that
