Hello!
I want show user mini-header in other component.
Tell me please, with the help of which code, can I do it?
i try something like this,but I understand that it is not correct -
Thank you very much in advance!
I want show user mini-header in other component.
Tell me please, with the help of which code, can I do it?
i try something like this,but I understand that it is not correct -
require_once(JPATH_ADMINISTRATOR . '/components/com_easysocial/includes/easysocial.php');
$esuser = ES::user();
<?php echo $this->html('html.miniheader', $esuser); ?>
Thank you very much in advance!