diff options
| author | Łukasz Wilenski <wooc@gazeta.pl> | 2010-05-14 15:56:41 +0000 |
|---|---|---|
| committer | Łukasz Wilenski <wooc@gazeta.pl> | 2010-05-14 15:56:41 +0000 |
| commit | 9bd0de8f1dffec183e184380bcb24ed28eab7cb0 (patch) | |
| tree | 796ae9bb03fd8265957b5db003e799775693d93b /themes/minimal/theme.php | |
| parent | f3a3a3af98ba5915f71076cf7b2aefa9069703a2 (diff) | |
| download | webtrees-9bd0de8f1dffec183e184380bcb24ed28eab7cb0.tar.gz webtrees-9bd0de8f1dffec183e184380bcb24ed28eab7cb0.tar.bz2 webtrees-9bd0de8f1dffec183e184380bcb24ed28eab7cb0.zip | |
use tree icon in interactive tree
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 50f7f9e7a0..fef872ec39 100644 --- a/themes/minimal/theme.php +++ b/themes/minimal/theme.php @@ -84,6 +84,7 @@ $WT_IMAGES["search"]["small"] = "small/search.gif"; $WT_IMAGES["sfamily"]["small"] = "sfamily.gif"; $WT_IMAGES["source"]["small"] = "small/source.gif"; $WT_IMAGES["timeline"]["small"] = "small/timeline.gif"; +$WT_IMAGES["tree"]["small"] = "small/gedcom.gif"; //- PGV buttons for data entry pages $WT_IMAGES["addmedia"]["button"] = "buttons/addmedia.gif"; |
