Changeset 9891
- Timestamp:
- 06/22/10 13:46:43 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.8/amp_conf/htdocs/admin/components.class.php
r9644 r9891 314 314 $htmlout .= "\t<tr>\n"; 315 315 $htmlout .= "\t\t<td colspan=\"2\">"; 316 $htmlout .= "<h5>" . _($section). "<hr></h5>";316 $htmlout .= "<h5>" . $section . "<hr></h5>"; 317 317 $htmlout .= "</td>\n"; 318 318 $htmlout .= "\t</tr>\n";
