| 1559 | | // AMPADMINLOGO |
|---|
| 1560 | | $set['value'] = ''; |
|---|
| 1561 | | $set['options'] = ''; |
|---|
| 1562 | | $set['name'] = 'Legacy Right Logo'; |
|---|
| 1563 | | $set['description'] = 'Legacy setting, use BRAND_IMAGE_FREEPBX_RIGHT in the future. If set, this will override BRAND_IMAGE_FREEPBX_RIGHT. The setting is the name of the image file and is always assumed to be present in the admin/images directory. Overrides the standard logo that is to be displayed at the TOP RIGHT of the admin screen. This enables you to customize the look of the administration screen. NOTE: images need to be saved in the ..../admin/images directory of your AMP install. This image should be 55px in height.'; |
|---|
| 1564 | | $set['readonly'] = 1; |
|---|
| 1565 | | $set['sortorder'] = 0; |
|---|
| 1566 | | $set['type'] = CONF_TYPE_TEXT; |
|---|
| 1567 | | $set['emptyok'] = 1; |
|---|
| 1568 | | $freepbx_conf->define_conf_setting('AMPADMINLOGO',$set); |
|---|
| 1569 | | |
|---|
| 1570 | | // BRAND_IMAGE_HIDE_NAV_BACKGROUND |
|---|
| 1571 | | $set['value'] = false; |
|---|
| 1572 | | $set['options'] = ''; |
|---|
| 1573 | | $set['name'] = 'Hide Nav Background'; |
|---|
| 1574 | | $set['description'] = 'Hide the configured left navigation bar background.'; |
|---|
| 1575 | | $set['readonly'] = 0; |
|---|
| 1576 | | $set['sortorder'] = 10; |
|---|
| 1577 | | $set['type'] = CONF_TYPE_BOOL; |
|---|
| 1578 | | $set['emptyok'] = 0; |
|---|
| 1579 | | $freepbx_conf->define_conf_setting('BRAND_IMAGE_HIDE_NAV_BACKGROUND',$set); |
|---|
| 1580 | | |
|---|
| 1581 | | // BRAND_IMAGE_SHADOW_SIDE_BACKGROUND |
|---|
| 1582 | | $set['value'] = 'images/shadow-side-background.png'; |
|---|
| 1583 | | $set['options'] = ''; |
|---|
| 1584 | | $set['name'] = 'Image: shadow-side-background.png'; |
|---|
| 1585 | | $set['description'] = 'Styling image.'; |
|---|
| 1586 | | $set['emptyok'] = 1; |
|---|
| 1587 | | $set['readonly'] = 1; |
|---|
| 1588 | | $set['sortorder'] = 20; |
|---|
| 1589 | | $set['type'] = CONF_TYPE_TEXT; |
|---|
| 1590 | | $freepbx_conf->define_conf_setting('BRAND_IMAGE_SHADOW_SIDE_BACKGROUND',$set); |
|---|
| 1591 | | |
|---|
| 1592 | | // BRAND_IMAGE_FREEPBX_RIGHT |
|---|
| 1593 | | $set['value'] = 'images/logo.png'; |
|---|
| 1594 | | $set['options'] = ''; |
|---|
| 1595 | | $set['name'] = 'Image: Right Upper'; |
|---|
| 1596 | | $set['description'] = 'Right upper logo. Use this setting instead of AMPADMINLOGO. Path is relative to admin.'; |
|---|
| 1597 | | $set['readonly'] = 1; |
|---|
| 1598 | | $set['sortorder'] = 30; |
|---|
| 1599 | | $set['type'] = CONF_TYPE_TEXT; |
|---|
| 1600 | | $set['emptyok'] = 0; |
|---|
| 1601 | | $freepbx_conf->define_conf_setting('BRAND_IMAGE_FREEPBX_RIGHT',$set); |
|---|
| 1602 | | |
|---|
| 1701 | | |
|---|
| 1702 | | // BRAND_HIDE_LOGO_RIGHT |
|---|
| 1703 | | $set['value'] = false; |
|---|
| 1704 | | $set['options'] = ''; |
|---|
| 1705 | | $set['name'] = 'Hide Right Logo'; |
|---|
| 1706 | | $set['description'] = 'Setting to true will hide the upper right logo.'; |
|---|
| 1707 | | $set['readonly'] = 0; |
|---|
| 1708 | | $set['sortorder'] = 130; |
|---|
| 1709 | | $set['type'] = CONF_TYPE_BOOL; |
|---|
| 1710 | | $set['emptyok'] = 0; |
|---|
| 1711 | | $freepbx_conf->define_conf_setting('BRAND_HIDE_LOGO_RIGHT',$set); |
|---|
| 1712 | | |
|---|
| 1713 | | // BRAND_HIDE_HEADER_VERSION |
|---|
| 1714 | | $set['value'] = false; |
|---|
| 1715 | | $set['options'] = ''; |
|---|
| 1716 | | $set['name'] = 'Hide Left FreePBX Version'; |
|---|
| 1717 | | $set['description'] = 'Setting to true will hide the FreePBX version information below the left upper header.'; |
|---|
| 1718 | | $set['readonly'] = 0; |
|---|
| 1719 | | $set['sortorder'] = 140; |
|---|
| 1720 | | $set['type'] = CONF_TYPE_BOOL; |
|---|
| 1721 | | $set['emptyok'] = 0; |
|---|
| 1722 | | $freepbx_conf->define_conf_setting('BRAND_HIDE_HEADER_VERSION',$set); |
|---|
| 1723 | | |
|---|
| 1724 | | // BRAND_HIDE_HEADER_MENUS |
|---|
| 1725 | | $set['value'] = false; |
|---|
| 1726 | | $set['options'] = ''; |
|---|
| 1727 | | $set['name'] = 'Hide Header Menus'; |
|---|
| 1728 | | $set['description'] = 'Setting to true will hide the complete horizontal menu bar in the header.'; |
|---|
| 1729 | | $set['readonly'] = 0; |
|---|
| 1730 | | $set['sortorder'] = 150; |
|---|
| 1731 | | $set['type'] = CONF_TYPE_BOOL; |
|---|
| 1732 | | $set['emptyok'] = 0; |
|---|
| 1733 | | $freepbx_conf->define_conf_setting('BRAND_HIDE_HEADER_MENUS',$set); |
|---|