summaryrefslogtreecommitdiff
path: root/modules/yahrzeit
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-02-09 23:36:07 +0000
committerfisharebest <fisharebest@gmail.com>2011-02-09 23:36:07 +0000
commitb3ca2a10426c96df38d8c1728b209c8dc5ad4b9d (patch)
tree0a1ab4f0cbea2fcff74eba5fe844374006160356 /modules/yahrzeit
parentb26f4463d7bf06d84771331baaf91fadcde71b62 (diff)
downloadwebtrees-b3ca2a10426c96df38d8c1728b209c8dc5ad4b9d.tar.gz
webtrees-b3ca2a10426c96df38d8c1728b209c8dc5ad4b9d.tar.bz2
webtrees-b3ca2a10426c96df38d8c1728b209c8dc5ad4b9d.zip
Copy common images to individual themes. Remove old/unused icons.
Diffstat (limited to 'modules/yahrzeit')
-rw-r--r--modules/yahrzeit/module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/yahrzeit/module.php b/modules/yahrzeit/module.php
index 36639f0d7c..7ef8635182 100644
--- a/modules/yahrzeit/module.php
+++ b/modules/yahrzeit/module.php
@@ -128,7 +128,7 @@ class yahrzeit_WT_Module extends WT_Module implements WT_Module_Block {
$content .= "<th class=\"list_label\">".translate_fact('NAME')."</th>";
$content .= "<th style=\"display:none\">GIVN</th>";
$content .= "<th class=\"list_label\">".translate_fact('DATE')."</th>";
- $content .= "<th class=\"list_label\"><img src=\"./images/reminder.gif\" alt=\"".WT_I18N::translate('Anniversary')."\" title=\"".WT_I18N::translate('Anniversary')."\" border=\"0\" /></th>";
+ $content .= '<th class="list_label"><img src="'.$WT_IMAGES['reminder'].'" alt="'.WT_I18N::translate('Anniversary').'" title="'.WT_I18N::translate('Anniversary').'" border="0" /></th>';
$content .= "<th class=\"list_label\">".translate_fact('_YART')."</th>";
$content .= "</tr>";