summaryrefslogtreecommitdiff
path: root/app/Module/DescendancyChartModule.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2016-06-05 18:34:42 +0100
committerGreg Roach <fisharebest@gmail.com>2016-06-05 18:34:42 +0100
commit6664b4a34cf6b2d1fc123cfb8f05bb5dda4a7f25 (patch)
tree8296df0885806074e6c0a864802f757ffdb526ae /app/Module/DescendancyChartModule.php
parentece14c4a4e8daa34ae09a7db6f1274f9818fc40c (diff)
downloadwebtrees-6664b4a34cf6b2d1fc123cfb8f05bb5dda4a7f25.tar.gz
webtrees-6664b4a34cf6b2d1fc123cfb8f05bb5dda4a7f25.tar.bz2
webtrees-6664b4a34cf6b2d1fc123cfb8f05bb5dda4a7f25.zip
CodeStyle
Diffstat (limited to 'app/Module/DescendancyChartModule.php')
-rw-r--r--app/Module/DescendancyChartModule.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/Module/DescendancyChartModule.php b/app/Module/DescendancyChartModule.php
index 0c6f09ff08..f074aa8886 100644
--- a/app/Module/DescendancyChartModule.php
+++ b/app/Module/DescendancyChartModule.php
@@ -52,7 +52,7 @@ class DescendancyChartModule extends AbstractModule implements ModuleChartInterf
public function defaultAccessLevel() {
return Auth::PRIV_PRIVATE;
}
-
+
/**
* Return a menu item for this chart.
*
@@ -60,13 +60,13 @@ class DescendancyChartModule extends AbstractModule implements ModuleChartInterf
*/
public function getChartMenu(Individual $individual) {
return new Menu(
- $this->getTitle(),
- 'descendancy.php?rootid=' . $individual->getXref() . '&amp;ged=' . $individual->getTree()->getNameUrl(),
- 'menu-chart-descendants',
+ $this->getTitle(),
+ 'descendancy.php?rootid=' . $individual->getXref() . '&amp;ged=' . $individual->getTree()->getNameUrl(),
+ 'menu-chart-descendants',
array('rel' => 'nofollow')
);
}
-
+
/**
* Return a menu item for this chart - for use in individual boxes.
*