/ Published in: PHP
Expand |
Embed | Plain Text
<?php // You can use this in your template.php file if (module_exists('path')) { $alias = drupal_get_path_alias($_GET['q']); print $alias; } ?>
You need to login to post a comment.
