diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2010-05-04 20:45:45 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2010-05-04 20:45:45 +0000 |
| commit | 8a0819066c19a069e39bfb930069610a998c0cb7 (patch) | |
| tree | 426668e67c68294f65aaa8dbfba19f537ceef199 /themes/minimal/theme.php | |
| parent | 2877cc56b9aa46bb45b885edae3a371419d176b7 (diff) | |
| download | webtrees-8a0819066c19a069e39bfb930069610a998c0cb7.tar.gz webtrees-8a0819066c19a069e39bfb930069610a998c0cb7.tar.bz2 webtrees-8a0819066c19a069e39bfb930069610a998c0cb7.zip | |
Missing image reference causing error
Diffstat (limited to 'themes/minimal/theme.php')
| -rw-r--r-- | themes/minimal/theme.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/minimal/theme.php b/themes/minimal/theme.php index 4aef8db4d1..50f7f9e7a0 100644 --- a/themes/minimal/theme.php +++ b/themes/minimal/theme.php @@ -67,6 +67,7 @@ $WT_IMAGES["ancestry"]["small"] = "small/ancestry.gif"; $WT_IMAGES["calendar"]["small"] = "small/calendar.gif"; $WT_IMAGES["cfamily"]["small"] = "small/cfamily.gif"; $WT_IMAGES["clippings"]["small"] = "small/clippings.gif"; +$WT_IMAGES["descendant"]["small"] = "small/descendancy.gif"; $WT_IMAGES["fambook"]["small"] = "small/fambook.gif"; $WT_IMAGES["fanchart"]["small"] = "small/fanchart.gif"; $WT_IMAGES["gedcom"]["small"] = "small/gedcom.gif"; |
