summaryrefslogtreecommitdiffstats
path: root/application/layouts/default.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/layouts/default.phtml')
-rw-r--r--application/layouts/default.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/layouts/default.phtml b/application/layouts/default.phtml
index 08c4116..550ce8a 100644
--- a/application/layouts/default.phtml
+++ b/application/layouts/default.phtml
@@ -27,7 +27,7 @@ echo $this->headScript()."\n";
<li class='navTreeItem'><a href='/event'>Event</a></li>
<?php }
if(Zend_Auth::getInstance()->hasIdentity()) { ?>
- <li class='navTreeItem'><a href='/person/'>Person</a></li>
+ <li class='navTreeItem'><a href='/person/'>Own Details</a></li>
<?php if(count(Zend_Session::namespaceGet('userIDs')) > 0) { ?>
<li class='navTreeItem'><a href='/person/changemembership'>Change Membership</a></li>
<?php } else { ?>