<?php 
    $id = ''; 
    if (!empty($this->zoneconfig['conf']['id'])) 
        $id = ' id="' . $this->idPage . '_' . $this->zoneconfig['conf']['id'] . '"'; 
    $data_melisKey = $this->melisKey; 
?> 
<li<?= $id; ?> data-melisKey='<?= $data_melisKey; ?>'> 
    <a class="" href="<?= $this->link; ?>" target="_blank"> 
        <span class="fa fa-cloud-upload"></span> 
        <span><?php echo $this->translate('tr_meliscms_page_actions_See Online') ?></span> 
    </a> 
</li>
 
 |