Skip to content

Instantly share code, notes, and snippets.

@qwersk
Last active July 14, 2017 10:06
Show Gist options
  • Save qwersk/80085849b00e76445adb5d6985c6071b to your computer and use it in GitHub Desktop.
Save qwersk/80085849b00e76445adb5d6985c6071b to your computer and use it in GitHub Desktop.
DISPLAY USER AVATAR #JOOMLA @JOOMLA2
// Установить плагин CMAvatar (https://extensions.joomla.org/extension/cmavatar/)
<?php
$user = JFactory::getUser();
require_once JPATH_PLUGINS . '/user/cmavatar/helper.php';
$avatar = PlgUserCMAvatarHelper::getAvatar($user->id);
//print_r($avatar);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment