Skip to content
Snippets Groups Projects
Commit be96e049 authored by Seth Meranda's avatar Seth Meranda
Browse files

Took out "Your" on profile link.

parent 9d3aa272
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
?>
<li>
<a href="<?php echo $_SESSION['user']->getURL(); ?>" ><span style="background:url('<?php echo $_SESSION['user']->getIcon('topbar'); ?>') no-repeat; padding-left:20px;">Your Profile</span></a>
<a href="<?php echo $_SESSION['user']->getURL(); ?>" ><span style="background:url('<?php echo $_SESSION['user']->getIcon('topbar'); ?>') no-repeat; padding-left:20px;">Profile</span></a>
</li>
<li>
<a href="<?php echo $vars['url']; ?>pg/dashboard/" class="pagelinks"><span><?php echo elgg_echo('dashboard'); ?></span></a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment