<?php
/**
* .miniprofile
* arguments: $profile
*/
$network = get_current_network();
?>
<span class="miniprofile-container">
<strong>
<a href="<?php print url('network/' . $network->nid . '/profile/' . $profile->uid . '/messages') ?>"><?php print $profile->name ?></a>
</strong>
</span>