advanced code snippet search
focal55 on 08/31/11
drupal 6
08/31/11 08:02am
<?php// You can use this in your template.php fileif (module_exists('path')) { $alias = drupal_get_path_alias($_GET['q']); print $alias;}?>
Report this snippet Tweet
Comment:
You need to login to post a comment.