Get alias or system path: drupal_lookup_path

l function converts automatically system path in alias where available.

This simple snippet ports this useful function on your raw HTML attributes, point to alias or to the system path.

if(($nodepath = drupal_lookup_path('alias',"node/".$realnode->nid))===FALSE)
$nodepath =  base_path() . "node/".$realnode->nid;

Where $nodepath can be used on href

Cfr. drupal_lookup_path

0 Responses to “Get alias or system path: drupal_lookup_path”



  1. No Comments Yet

Leave a Reply




IE6: Rust in Peace

Blog Stats

  • 105,703 hits
My Bookshelf

Texts double licensed under Creative Commons Attribution - Share Alike license and GNU Free Documentation License. Examples may contain software licensed under GNU General Public License. Images and comments texts aren't necessarily licensed under these terms.