Skip to content

Instantly share code, notes, and snippets.

@matiskay
Created January 4, 2012 02:41
Show Gist options
  • Save matiskay/1558186 to your computer and use it in GitHub Desktop.
Save matiskay/1558186 to your computer and use it in GitHub Desktop.
Working with Drupal url
<?php
$nid = 8;
echo url('node' . $nid); // $SITE_ROOT/node/8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment