* @license GNU General Public License version 2 or later; see LICENSE.txt * * Mobile responsive override for Community Builder user profile view */ defined('_JEXEC') or die; use Joomla\CMS\Language\Text; // Get user object $user = $this->user ?? null; $tabs = $this->tabs ?? null; ?>
getField('avatar', null, 'html', 'none', 'profile')) : ?>
getField('avatar', null, 'html', 'none', 'profile'); ?>

getField('formatname', null, 'html', 'none', 'profile'), ENT_QUOTES, 'UTF-8'); ?>

getField('onlinestatus', null, 'html', 'none', 'profile')) : ?>
getField('onlinestatus', null, 'html', 'none', 'profile'); ?>
fields) && !empty($tab->fields)) : ?>
description) : ?>
description; ?>
fields as $field) : ?> value) : ?>
title, ENT_QUOTES, 'UTF-8'); ?>
value; ?>