Skip to content
Sebastien Lucas edited this page Aug 23, 2012 · 1 revision

http://stackoverflow.com/questions/703426/how-to-get-the-full-url-of-a-drupal-page

To return the full url with ? and aliased path

global $base_root;
$vars['feed_url'] = $base_root . request_uri();

WIKI by Sébastien Lucas CEO & Funder or Bricks

Clone this wiki locally