diff options
| author | Łukasz Wilenski <wooc@gazeta.pl> | 2010-05-28 16:10:46 +0000 |
|---|---|---|
| committer | Łukasz Wilenski <wooc@gazeta.pl> | 2010-05-28 16:10:46 +0000 |
| commit | 83ed3e603c183813296acdab4d0aad157fadb900 (patch) | |
| tree | d5232e098d82be05825deb74983c3721b9f1b6c1 /themes/colors/toplinks.php | |
| parent | d7a6c5d58a8311984852e27f3df62c91c6547094 (diff) | |
| download | webtrees-83ed3e603c183813296acdab4d0aad157fadb900.tar.gz webtrees-83ed3e603c183813296acdab4d0aad157fadb900.tar.bz2 webtrees-83ed3e603c183813296acdab4d0aad157fadb900.zip | |
#584409 mygedview still in code a lot
Diffstat (limited to 'themes/colors/toplinks.php')
| -rw-r--r-- | themes/colors/toplinks.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/colors/toplinks.php b/themes/colors/toplinks.php index 1a89d73625..6a1f788e8e 100644 --- a/themes/colors/toplinks.php +++ b/themes/colors/toplinks.php @@ -47,7 +47,7 @@ $menubar = new MenuBar(); $menu->printMenu(); echo "</td>"; } - $menu = $menubar->getMygedviewMenu(); + $menu = $menubar->getMyPageMenu(); if($menu->link != "") { echo "<td>"; $menu->addLabel("", "none"); |
