11 if (extension_loaded(
'zip')) {
 
   15         '#label' => 
elgg_echo(
'admin:site_icons:font_awesome:zip'),
 
   16         '#help' => 
elgg_echo(
'admin:site_icons:font_awesome:zip:help'),
 
   17         'name' => 
'font_awesome_zip',
 
   18         'value' => $current_zip,
 
   25             '#label' => 
elgg_echo(
'admin:site_icons:font_awesome:remove_zip'),
 
   26             'name' => 
'remove_font_awesome_zip',
 
elgg_get_config(string $name, $default=null)
Get an Elgg configuration value.
elgg_get_site_entity()
Get the current site entity.
elgg_echo(string $message_key, array $args=[], string $language='')
Elgg language module Functions to manage language and translations.
elgg_view_module(string $type, string $title, string $body, array $vars=[])
Wrapper function for the module display pattern.
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
elgg_set_form_footer(string $footer='')
Sets form footer and defers its rendering until the form view and extensions have been rendered.
elgg_view(string $view, array $vars=[], string $viewtype='')
Return a parsed view.