Elgg  Version master
Variables
file.php File Reference

Go to the source code of this file.

Variables

 $icon_type = elgg_extract('icon_type', $vars, 'icon')
 Input for new icon upload. More...
 
if(elgg_language_key_exists("entity:edit:{$icon_type}:file:label")) else
 

Variable Documentation

$icon_type = elgg_extract('icon_type', $vars, 'icon')

Input for new icon upload.

$vars['name'] name of the input/file (default: icon) $vars['required'] is icon upload required (default: false)

Definition at line 9 of file file.php.

if (elgg_language_key_exists("entity:edit:{$icon_type}:file:help")) else
Initial value:
{
$label = elgg_echo('entity:edit:icon:file:label')
if($view &&elgg_view_exists($view)) $label
Definition: field.php:26
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
Definition: languages.php:17

Definition at line 12 of file file.php.