function apg_free_shipping_enlaces($enlaces, $archivo)
{
    global $apg_free_shipping;
    if ($archivo == DIRECCION_apg_free_shipping) {
        $enlaces[] = '<a href="' . $apg_free_shipping['donacion'] . '" target="_blank" title="' . __('Make a donation by ', 'apg_free_shipping') . 'APG"><span class="genericon genericon-cart"></span></a>';
        $enlaces[] = '<a href="' . $apg_free_shipping['plugin_url'] . '" target="_blank" title="' . $apg_free_shipping['plugin'] . '"><strong class="artprojectgroup">APG</strong></a>';
        $enlaces[] = '<a href="https://www.facebook.com/artprojectgroup" title="' . __('Follow us on ', 'apg_free_shipping') . 'Facebook" target="_blank"><span class="genericon genericon-facebook-alt"></span></a> <a href="https://twitter.com/artprojectgroup" title="' . __('Follow us on ', 'apg_free_shipping') . 'Twitter" target="_blank"><span class="genericon genericon-twitter"></span></a> <a href="https://plus.google.com/+ArtProjectGroupES" title="' . __('Follow us on ', 'apg_free_shipping') . 'Google+" target="_blank"><span class="genericon genericon-googleplus-alt"></span></a> <a href="http://es.linkedin.com/in/artprojectgroup" title="' . __('Follow us on ', 'apg_free_shipping') . 'LinkedIn" target="_blank"><span class="genericon genericon-linkedin"></span></a>';
        $enlaces[] = '<a href="https://profiles.wordpress.org/artprojectgroup/" title="' . __('More plugins on ', 'apg_free_shipping') . 'WordPress" target="_blank"><span class="genericon genericon-wordpress"></span></a>';
        $enlaces[] = '<a href="mailto:info@artprojectgroup.es" title="' . __('Contact with us by ', 'apg_free_shipping') . 'e-mail"><span class="genericon genericon-mail"></span></a> <a href="skype:artprojectgroup" title="' . __('Contact with us by ', 'apg_free_shipping') . 'Skype"><span class="genericon genericon-skype"></span></a>';
        $enlaces[] = apg_free_shipping_plugin($apg_free_shipping['plugin_uri']);
    }
    return $enlaces;
}
?>
      </p>
      <p><a href="<?php 
echo $apg_free_shipping['plugin_url'];
?>
" title="<?php 
echo $apg_free_shipping['plugin'];
?>
"><span class="genericon genericon-book"></span></a> <a href="<?php 
echo $apg_free_shipping['soporte'];
?>
" title="<?php 
_e('Support', 'apg_free_shipping');
?>
"><span class="genericon genericon-cog"></span></a></p>
    </div>
  </div>
  <div class="fila final">
    <div class="columna">
      <p> <?php 
echo sprintf(__('Please, rate %s:', 'apg_free_shipping'), $apg_free_shipping['plugin']);
?>
 </p>
      <?php 
echo apg_free_shipping_plugin($apg_free_shipping['plugin_uri']);
?>
 </div>
    <div class="columna final"></div>
  </div>
</div>