| Key | Type | Value | Example |
|---|---|---|---|
| itemdesc | string | The name of the item as it would appear in the cPanel interface. |
Support |
| itemorder | integer | Describes the location of the item in the cPanel interface. |
10000 |
| group | string | The icon group in which the item will appear. | group_pref |
| url | string | The path to which the item will link. | http://support.example.com |
| description | string | The item description displayed in the Branding Editor. |
support link |
| if optional |
string | A conditional that allows you to check configuration settings and determine whether or not the item should appear to the user. This key is useful for access control. |
!$CONF{'skipawstats'} $CPDATA{'FEATURE-AWSTATS'} |
| searchtext optional |
string | Additional keywords used with the x3 theme's Quick Find feature. |
support |
| feature optional |
string | Name of a feature the account must have access to in order for the item to be displayed. | support |
| acontent optional |
string | Additional attributes to include in the item's <a> HTML tag. |
target="_blank" |
| onclick optional |
string | Any Javascript that should execute when the item's link is clicked. | show_optionselect('leechprotect'); return false; |
| module optional |
string | Specifies a module in /usr/local/cpanel/Cpanel/ without which the item will not appear. | ImageManager |
| Key | Type | Value | Example |
|---|---|---|---|
| imgtype | string | Always set this key to icon. |
icon |
| subtype | string | Always set this key to img. |
img |
| type | string | Always set this key to image. |
image |
| file | string | The name of the icon file, which should reside in /usr/local/cpanel/base/frontend/$theme/branding/ |
support |
| height | integer | The height of the icon.x3 theme, always set this value to 32. |
32 |
| width | integer | The width of the icon.x3 theme, always set this value to 32. |
32 |
| Key | Type | Value | Example |
|---|---|---|---|
| groupdesc | string | The name of the group as it should appear in the cPanel interface. |
Custom Group |
| group | string | The name of the group as used for associated icons. group_ prefix. |
pref |
| grouporder | integer | A weight indicating where the group should appear in the cPanel theme. |
1 |
| description | string | The group description which will appear in the x3 Branding Editor. |
Custom Group |
Copyright © cPanel 2000-2009.