Elgg  Version master
Variables
icons.php File Reference

Go to the source code of this file.

Variables

 $site = elgg_get_site_entity()
 
if(get_input('icon_remove')) else
 
 $remove_zip
 
 $zip = elgg_get_uploaded_file('font_awesome_zip')
 

Variable Documentation

$remove_zip
Initial value:
= function() {
elgg_remove_config('font_awesome_zip');
}
elgg_invalidate_caches()
Invalidate all the registered caches.
Definition: cache.php:174
elgg_remove_config(string $name)
Removes a config setting.
elgg_delete_directory(string $directory, bool $leave_base_directory=false)
Delete a directory and all its contents.
Definition: filestore.php:51
elgg_get_data_path()
Get the data directory path for this installation, ending with slash.

Definition at line 15 of file icons.php.

Definition at line 5 of file icons.php.

$zip = elgg_get_uploaded_file('font_awesome_zip')

Definition at line 23 of file icons.php.

if (get_input('icon_remove')) else
Initial value:
{
$site->saveIconFromUploadedFile('icon')
$site
Definition: icons.php:5

Definition at line 10 of file icons.php.