Sign up to create your own snipts, or login.

Public snipts » allaterza's snipts » image link

posted on Feb 06, 2010 at 6:24 a.m. EST in 
  • <? 
    $img_path = "images/arr_leggi_blu.gif"; 
    $link_path = "node/47";
    $theme_name = 'pmsth';
    
    $img = theme('image',  drupal_get_path('theme', $theme_name). "/$img_path"); 
    print l($img, $link_path, array('html' => true));
    
    ?>
    

    copy | embed

0 Comments

Sign up, or login to leave a comment.