Drupal - get path alias


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php
  2. print "destination=". drupal_get_path_alias($_GET['q']);
  3. ?>

URL: http://api.drupal.org/api/function/drupal_get_destination/6

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.