By bardill on
Hi all and sorry for this question (i'm a very beginner with drupal and php).
I would to add a link (to an url) to this image (xxx.png), is it possible?
<?php $getthis = file_directory_path()."/xxxx.png";
//theme_image($path, $alt = 'xxxxx', $title ='xxxxx', $attributes = NULL, $getsize = TRUE)
print theme('image',$getthis);
?>
Many thanks
b
Comments
Try This
Many thanks vj! But it don't
Many thanks vj!
But it don't work :/
I'm not sure if I understand
I'm not sure if I understand your question correctly. If you'd like to get a link to your image, you can try this