Il pezzo di codice inquisito č il seguente:
<table class="items category_table">
<?php if ($this->params->get('show_headings')) : ?>
<thead>
<tr>
<!-- <th class="sectiontableheader<?php echo $this->params->get( 'pageclass_sfx' ); ?> number" width="5%" scope="col">
<?php echo JText::_('Num'); ?>
</th> -->
<?php if ($this->params->get('show_date')) : ?>
<th class="sectiontableheader<?php echo $this->params->get( 'pageclass_sfx' ); ?> date" width="25%" scope="col">
<?php echo JHTML::_('grid.sort', 'Date', 'a.created', $this->lists['order_Dir'], $this->lists['order'] ); ?>
</th>
<?php endif; ?>
<?php if ($this->params->get('show_title')) : ?>
<th class="sectiontableheader<?php echo $this->params->get( 'pageclass_sfx' ); ?> title" width="45%" scope="col">
<?php echo JHTML::_('grid.sort', 'Item Title', 'a.title', $this->lists['order_Dir'], $this->lists['order'] ); ?>
</th>
<?php endif; ?>
Qualche suggerimento?
grz