diff options
| author | Brian Holland <windmillway2@gmail.com> | 2010-05-04 19:23:45 +0000 |
|---|---|---|
| committer | Brian Holland <windmillway2@gmail.com> | 2010-05-04 19:23:45 +0000 |
| commit | 10187c801f975e966aa9d58a9f738fde16254bac (patch) | |
| tree | 102626b9eb16621f248ec4f5ced4a90a3de25a86 | |
| parent | 1a8b3c057f4f8a12e9d7ff871deb61ef28a02c03 (diff) | |
| download | webtrees-10187c801f975e966aa9d58a9f738fde16254bac.tar.gz webtrees-10187c801f975e966aa9d58a9f738fde16254bac.tar.bz2 webtrees-10187c801f975e966aa9d58a9f738fde16254bac.zip | |
Sidebar changes .. correct typo.
| -rw-r--r-- | themes/fab/theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/fab/theme.php b/themes/fab/theme.php index 1c4b9ef781..ea91141747 100644 --- a/themes/fab/theme.php +++ b/themes/fab/theme.php @@ -174,7 +174,7 @@ $WT_IMAGES["default_image_M"]["other"] = "silhouette_male.gif"; $WT_IMAGES["default_image_F"]["other"] = "silhouette_female.gif"; $WT_IMAGES["default_image_U"]["other"] = "silhouette_unknown.gif"; $WT_IMAGES['slide_open']['other'] = "open.png"; -$WT_IMAGES['slide_close']['other'] = "open.png"; +$WT_IMAGES['slide_close']['other'] = "close.png"; //-- Variables for the Fan chart $fanChart = array( |
