Get path alias from a node in TPL or PHP
<?php $options = array('absolute' => TRUE); $nid = 123; // Node ID $url = url('node/' . $nid, $options); ?> <a href="<?php print $url ?>">Path alias to node</a>