PHP code example of hypejunction / ui_icons
1. Go to this page and download the library: Download hypejunction/ui_icons library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
hypejunction / ui_icons example snippets
// 'rounded' and 'circle' corners will only be displayed with tiny, small and medium icon sizes
echo elgg_view_entity_icon($entity, 'small');
echo elgg_view_entity_icon($entity, 'large', array(
'corners' => 'circle',
));