Exemple #1
0
        ?>
						</td>
						<td>
							<?php 
        echo $licence->expires == '0000-00-00 00:00:00' ? JText::_('COM_DIGICOM_PRODUCT_VALIDITY_UNLIMITED') : $licence->dayleft . ' ' . JText::_('COM_DIGICOM_DAYS');
        ?>
							<?php 
        if ($licence->expires != '0000-00-00 00:00:00') {
            ?>
							<a target="_blank" class="hasTooltip"
							   title="<?php 
            echo JText::_('COM_DIGICOM_ADD_TO_CALENDAR');
            ?>
"
							   href="<?php 
            echo DigiComSiteHelperDigicom::prepareGCalendarUrl($licence);
            ?>
">
								<i class="icon-calendar"></i>
							</a>
							<?php 
        }
        ?>
						</td>
					</tr>
					<?php 
        $i++;
    }
    ?>
		</table>
		<?php