Пример #1
0
        ?>
					</td>

					<td class="item-title">
						<?php 
        if ($this->items[$i]->published == 0) {
            ?>
							<span class="label label-warning"><?php 
            echo JText::_('JUNPUBLISHED');
            ?>
</span>
						<?php 
        }
        ?>
						<a href="<?php 
        echo JRoute::_(ProveedorHelperRoute::getContactRoute($item->slug, $item->catid));
        ?>
" itemprop="url">
							<span itemprop="name"><?php 
        echo $item->name;
        ?>
</span>
						</a>
					</td>

					<?php 
        if ($this->params->get('show_cif_headings')) {
            ?>
						<td class="item-cif" itemprop="jobTitle">
							<?php 
            echo $item->pro_cif;