diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2010-07-07 02:47:05 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2010-07-07 02:47:05 +0000 |
| commit | 0aad85d3e9478d6f6794efe4d5d659f9cca8bfc1 (patch) | |
| tree | eb36829998ee03976f89118448e0cd515857bc25 /themes/clouds/theme.php | |
| parent | ba92e81d3f779fd1402c94fdd7bbe789401e57c2 (diff) | |
| download | webtrees-0aad85d3e9478d6f6794efe4d5d659f9cca8bfc1.tar.gz webtrees-0aad85d3e9478d6f6794efe4d5d659f9cca8bfc1.tar.bz2 webtrees-0aad85d3e9478d6f6794efe4d5d659f9cca8bfc1.zip | |
Allow for different menu icons for each Edit controller in webtrees theme. Preserve same images as before in other themes.
Diffstat (limited to 'themes/clouds/theme.php')
| -rw-r--r-- | themes/clouds/theme.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/clouds/theme.php b/themes/clouds/theme.php index 6e04bd37fb..8b6654954e 100644 --- a/themes/clouds/theme.php +++ b/themes/clouds/theme.php @@ -75,6 +75,8 @@ $WT_IMAGES["edit_source"]["large"] = "small/edit_sour.gif"; $WT_IMAGES["edit_fam"]["large"] = "edit_fam.gif"; $WT_IMAGES["edit_indi"]["large"] = "edit_indi.gif"; +$WT_IMAGES["edit_media"]["large"] = "edit_indi.gif"; +$WT_IMAGES["edit_note"]["large"] = "edit_indi.gif"; $WT_IMAGES["edit_sour"]["large"] = "edit_sour.gif"; $WT_IMAGES["edit_repo"]["large"] = "Sedit_repo.gif"; |
