<?php if ($attribute_groups) { ?>
<div class="tab-pane" id="tab-specification">
<table class="table table-bordered">
<?php foreach ($attribute_groups as $attribute_group) { ?>
<?php if($attribute_group['attribute_group_id'] != 'id группы'){ ?>
<thead>
<tr>
<td colspan="2"><strong><?php echo $attribute_group['name']; ?></strong></td>
</tr>
</thead>
<tbody>
<?php foreach ($attribute_group['attribute'] as $attribute) { ?>
<tr>
<td><?php echo $attribute['name']; ?></td>
<td><?php echo $attribute['text']; ?></td>
</tr>
<?php } ?>
</tbody>
<?php } ?>
<?php } ?>
</table>
</div>
<?php } ?>
components\com_banners\models\banners.php в этом файле на getListQuery вам нужно добавить следующее строка кода в 'a.description as description,'. в $query->select, как и другие. Это для этого файла.
Теперь перейдите к modules\mod_banners\tmpl\default.php и получите доступ к этому описанию переменной, как вы пробовали echo $item->description
.block::-webkit-input-placeholder
.block::-moz-placeholder
.block:-moz-placeholder
.block:-ms-input-placeholder
::-webkit-input-placeholder
::-moz-placeholder
:-moz-placeholder
:-ms-input-placeholder