Hello,
If you open file
{yours site}/components/com_vehiclemanager/views/alone_category/tmpl/default.php
Please check name "default.php" as me seem you not have list.php
You will see it have thee parts: top, content and bottom
In top we show column title, for category that look like:
Code: |
<td width="15%" height="20" class="sectiontableheader<?php echo $params->get('pageclass_sfx'); ?>">
<?php echo _VEHICLE_HEADER_CATEGORY; ?>
</td>
|
All other full exactly.
so you need replace <
Code: |
?php echo _VEHICLE_HEADER_CATEGORY; ?>
|
to
Thanks,
OrdaSoft team