summaryrefslogtreecommitdiff
path: root/themes/colors/footer.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/colors/footer.php')
-rw-r--r--themes/colors/footer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/colors/footer.php b/themes/colors/footer.php
index 519889cb75..f52d765c63 100644
--- a/themes/colors/footer.php
+++ b/themes/colors/footer.php
@@ -38,7 +38,7 @@ echo "<div id=\"footer\" class=\"$TEXT_DIRECTION\">";
echo "\n\t<br /><div align=\"center\" style=\"width:99%;\">";
echo contact_links();
echo "\n\t<br />";
-echo '<br /><a href="', WT_WEBTREES_URL, '" target="_blank"><img src="', $WT_IMAGES['webtrees']['other'], '" width="100" border="0" alt="', WT_WEBTREES, WT_USER_IS_ADMIN? (" - " .WT_VERSION_TEXT): "", '" title="', WT_WEBTREES, WT_USER_IS_ADMIN? (" - " .WT_VERSION_TEXT): "", '" /></a><br />';
+echo '<br /><a href="', WT_WEBTREES_URL, '" target="_blank"><img src="', $WT_IMAGES['webtrees'], '" width="100" border="0" alt="', WT_WEBTREES, WT_USER_IS_ADMIN? (" - " .WT_VERSION_TEXT): "", '" title="', WT_WEBTREES, WT_USER_IS_ADMIN? (" - " .WT_VERSION_TEXT): "", '" /></a><br />';
echo "\n\t<br />";
if ($SHOW_STATS || WT_DEBUG) {