name : head_name.php
<?php
/**
 * @package         Regular Labs Extension Manager
 * @version         9.1.0
 * 
 * @author          Peter van Westen <[email protected]>
 * @link            https://regularlabs.com
 * @copyright       Copyright © 2025 Regular Labs All Rights Reserved
 * @license         GNU General Public License version 2 or later
 */

defined('_JEXEC') or die;

use Joomla\CMS\Language\Text as JText;

?>
<th scope="col" class="rl-w-md-25">
    <?php echo JText::_('RLEM_EXTENSION'); ?>
</th>
<th scope="col" class="d-none d-lg-table-cell d-xxl-none rl-w-10em">
    <?php echo JText::_('RLEM_TYPE'); ?>
</th>
<th scope="col" class="d-none d-xxl-table-cell">
    <?php echo JText::_('RLEM_TYPE'); ?>
</th>

© 2025 Cubjrnet7