diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-09-25 10:52:13 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-09-25 10:52:13 +0000 |
| commit | 5fbf28cc38593d3ed9739924baee01b3ad30223b (patch) | |
| tree | c72d1058b2995e777ac1c32bedfcb16f84806768 /includes/functions/functions_print.php | |
| parent | 06fabd4903f8958da80813e76873a3f5caee1e3e (diff) | |
| download | webtrees-5fbf28cc38593d3ed9739924baee01b3ad30223b.tar.gz webtrees-5fbf28cc38593d3ed9739924baee01b3ad30223b.tar.bz2 webtrees-5fbf28cc38593d3ed9739924baee01b3ad30223b.zip | |
Tidy up menu code
Diffstat (limited to 'includes/functions/functions_print.php')
| -rw-r--r-- | includes/functions/functions_print.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_print.php b/includes/functions/functions_print.php index c9568e3fb1..942d29554a 100644 --- a/includes/functions/functions_print.php +++ b/includes/functions/functions_print.php @@ -832,7 +832,7 @@ function print_favorite_selector($option=0) { } } } - $menu->printMenu(); + echo $menu->getMenu(); break; default: echo '<form class="favorites_form" name="favoriteform" action="', WT_SCRIPT_NAME, '"'; |
