defined('_JEXEC') or die('Restricted access');
?>
<tr class="table-row item_<?php echo $item->id;?>">
<td><?php echo $item->id; ?></td>
<td><?php echo $this->renderPosition('cell1'); ?></td>
<td><?php echo $this->renderPosition('cell2'); ?></td>
<td><?php echo $this->renderPosition('cell3'); ?></td>
<td><?php echo $this->renderPosition('cell4'); ?></td>
<td><?php echo $this->renderPosition('cell5'); ?></td>
<td><?php echo $this->renderPosition('cell6'); ?></td>
<td><?php echo $this->renderPosition('cell7'); ?></td>
</tr>
<td><?php echo $this->renderPosition('cell1'); ?></td> это заменить на это я правильно поменяла:
- <td><?php echo '<a href="'.$this->app->route->item($item).'">'.$this->renderPosition(''cell1'').'</a>';
- или вот так
-
- <td><?php echo '<a href="'.$this->app->route->item($item).'">'.$this->renderPosition(''cell1'').'</a>'; ?></td>
- оно не работает в таком виде, белый экран, это я делаю в тизере