Return to Snippet

Revision: 50721
at August 31, 2011 08:02 by focal55


Initial Code
<?php
// You can use this in your template.php file
if (module_exists('path')) {
  $alias = drupal_get_path_alias($_GET['q']);
  print $alias;
}
?>

Initial URL


Initial Description


Initial Title
Drupal 6 get path auto programmatically

Initial Tags
drupal

Initial Language
PHP