summaryrefslogtreecommitdiff
path: root/app/Module/YahrzeitModule.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-03-02 15:07:39 +0000
committerGreg Roach <fisharebest@gmail.com>2015-03-02 15:56:12 +0000
commit764a01d9433bb50d2ecbce7851cba4793c7674e2 (patch)
treed8abbd128e40a112ca737a20ec60ff8827d2a06b /app/Module/YahrzeitModule.php
parent8c2e82270a639a3acf607b432e54721116dae723 (diff)
downloadwebtrees-764a01d9433bb50d2ecbce7851cba4793c7674e2.tar.gz
webtrees-764a01d9433bb50d2ecbce7851cba4793c7674e2.tar.bz2
webtrees-764a01d9433bb50d2ecbce7851cba4793c7674e2.zip
PSR-1
Diffstat (limited to 'app/Module/YahrzeitModule.php')
-rw-r--r--app/Module/YahrzeitModule.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Module/YahrzeitModule.php b/app/Module/YahrzeitModule.php
index 5039a1e3f7..09299db458 100644
--- a/app/Module/YahrzeitModule.php
+++ b/app/Module/YahrzeitModule.php
@@ -149,12 +149,12 @@ class YahrzeitModule extends Module implements ModuleBlockInterface {
$content .= '<div class="loading-image">&nbsp;</div>';
$content .= '<table id="' . $table_id . '" class="width100" style="visibility:hidden;">';
$content .= '<thead><tr>';
- $content .= '<th>' . WT_Gedcom_Tag::getLabel('NAME') . '</th>';
- $content .= '<th>' . WT_Gedcom_Tag::getLabel('NAME') . '</th>';
- $content .= '<th>' . WT_Gedcom_Tag::getLabel('DEAT') . '</th>';
+ $content .= '<th>' . GedcomTag::getLabel('NAME') . '</th>';
+ $content .= '<th>' . GedcomTag::getLabel('NAME') . '</th>';
+ $content .= '<th>' . GedcomTag::getLabel('DEAT') . '</th>';
$content .= '<th>DEAT</th>';
$content .= '<th><i class="icon-reminder" title="' . I18N::translate('Anniversary') . '"></i></th>';
- $content .= '<th>' . WT_Gedcom_Tag::getLabel('_YART') . '</th>';
+ $content .= '<th>' . GedcomTag::getLabel('_YART') . '</th>';
$content .= '<th>_YART</th>';
$content .= '</tr></thead><tbody>';