/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php // You can use this in your template.php file if (module_exists('path')) { $alias = drupal_get_path_alias($_GET['q']); print $alias; } ?>