Sign up to create your own snipts, or login.

Public snipts » allaterza's snipts The latest snipts from allaterza.

showing 1-3 of 3 snipts
  • image link
    <? 
    $img_path = "/images/arr_leggi_blu.gif"; 
    $link_path = "node/47";
    $theme_name = 'pmsth';
    
    $img = theme('image',  drupal_get_path('theme', 'pmsth'). $img_path); 
    print l($img, $link_path, array('html' => true));
    
    ?>
    

    copy | embed

    0 comments - tagged in  posted by allaterza on Feb 06, 2010 at 6:24 a.m. EST
  • image
    <? 
    $path = "/images/arr_leggi_blu.gif"; 
    $theme_name = 'pmsth';
    
    print theme('image',  drupal_get_path('theme', $theme_name). $path);
    ?>
    

    copy | embed

    0 comments - tagged in  posted by allaterza on Feb 06, 2010 at 6:13 a.m. EST
  • link
    <? 
    $anchor = "anchor text";
    $drupal_path = "node/47";
    print l($anchor, $drupal_path);
    ?>
    

    copy | embed

    0 comments - tagged in  posted by allaterza on Feb 06, 2010 at 6:04 a.m. EST
Sign up to create your own snipts, or login.