/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php $link = l('<img src="'. base_path().drupal_get_path('theme', 'staig') .'/img/b_oficina.png" alt="Oficina de Ventas">', "oficinas", $attributes); print $link; ?> <!-- CSS --> .block a.boton { background:url("../img/botones.png") no-repeat scroll left top transparent; display:block; height:78px; text-decoration:none; text-indent:-5000px; width:221px; }