first commit
This commit is contained in:
15
administrator/components/com_users/tmpl/user/edit_groups.php
Normal file
15
administrator/components/com_users/tmpl/user/edit_groups.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @package Joomla.Administrator
|
||||
* @subpackage com_users
|
||||
*
|
||||
* @copyright (C) 2008 Open Source Matters, Inc. <https://www.joomla.org>
|
||||
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||
*/
|
||||
|
||||
defined('_JEXEC') or die;
|
||||
|
||||
use Joomla\CMS\HTML\HTMLHelper;
|
||||
|
||||
echo HTMLHelper::_('access.usergroups', 'jform[groups]', $this->groups, true);
|
||||
Reference in New Issue
Block a user