Usar funcion l()


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php print l(t('Comprar en España'), 'varios/como_comprar',array('attributes' =>
  2. 'class' => 'boton',
  3. 'title' => t('Comprar en España'),
  4. )));
  5. ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.