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/colors/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/colors/theme.php')
| -rw-r--r-- | themes/colors/theme.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/colors/theme.php b/themes/colors/theme.php index aa898c2207..1235ea7cb7 100644 --- a/themes/colors/theme.php +++ b/themes/colors/theme.php @@ -183,6 +183,7 @@ $WT_IMAGES["sfamily"]["small"] = "small/sfamily.gif"; $WT_IMAGES["source"]["small"] = "small/source.gif"; $WT_IMAGES["statistic"]["small"] = "small/statistic.gif"; $WT_IMAGES["timeline"]["small"] = "small/timeline.gif"; +$WT_IMAGES["tree"]["small"] = "small/gedcom.gif"; $WT_IMAGES["wiki"]["small"] = "small/w_22.png"; //- PGV buttons for data entry pages |
