Revision: 28551
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 9, 2010 17:18 by jmaties
Initial Code
<?php
$attributes = array('attributes' => array('title' => t('Oficina de ventas.')), 'html' => TRUE);
$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;
}
Initial URL
Initial Description
Initial Title
Imagen/Link Drupal
Initial Tags
drupal
Initial Language
PHP