Example #1
0
								<div class="pull-left">
									<a href="<?php 
        echo JRoute::_('index.php?option=com_jkit&task=tag.edit&id=' . $item->id);
        ?>
">
										<i class="icon-tag"></i>
										<?php 
        echo $this->escape($item->title);
        ?>
									</a>
								</div>
							</td>

							<!-- languages -->
							<?php 
        echo JKitHelperLangs::listTag($this->lists->langs, $this->lists->translations, $item);
        ?>

							<td class="nowrap center small">
								<?php 
        echo $item->id;
        ?>
							</td>

						</tr>

					<?php 
    }
    ?>

				</tbody>