<?php
$link = $this->getLink();
?>
<table> 
    <tr style="margin:auto; padding: 0 15px; color:#888888; font-size: 17px; line-height: 150%; width:600px"> 
        <td> 
        <img src="http://site.com/wp-content/uploads/2016/01/site-logo-app.png"></img><br><br> 
            <?php if($this->getApkStatus()) : ?> 
            <p style="font-family: Verdana; font-weight: bold;color: #404040;font-size:15px; line-height:150%;"><?php echo $this->_("Android için hazırlanan APK dosyanız hazır."); ?></p> 
            </i><a href="<?php echo $link; ?>">APK dosyasını indir</a><br><br>İndirme linki çalışmıyorsa altta ki bağlantıyı kopyalayın, tarayıcının adres çubuğuna yapıştırın ve enter tuşuna basın.<br><br> 
            <?php echo $link; ?> 
            <br><br> 
            <?php else : ?> 
            <p style="font-family: Verdana; font-weight: bold;color: #404040;font-size:15px; line-height:150%;"><?php echo $this->_("APK dosyası oluşturulamadı. Bir hata oluştu..."); ?></p> 
            <?php endif; ?> 
         
        <div class="nav"> 
    <a href="<?php echo $link; ?>"> 
    </a> 
</div> 
        </td> 
    </tr> 
</table><br><br> 
<a href ="http://site.com">SİTE.COM ™</a></a><br>Her hakkı saklıdır © 2016
bu şekilde dener misin üstad..