diff options
| author | Brian Holland <windmillway2@gmail.com> | 2010-05-04 18:18:34 +0000 |
|---|---|---|
| committer | Brian Holland <windmillway2@gmail.com> | 2010-05-04 18:18:34 +0000 |
| commit | 1a8b3c057f4f8a12e9d7ff871deb61ef28a02c03 (patch) | |
| tree | 4f4f9a950bc2770400ed25361910fef23cdbeeb1 /themes/minimal/theme.php | |
| parent | 2ad4c6ac23bfd36dff641ebd8d161ae4e17f76db (diff) | |
| download | webtrees-1a8b3c057f4f8a12e9d7ff871deb61ef28a02c03.tar.gz webtrees-1a8b3c057f4f8a12e9d7ff871deb61ef28a02c03.tar.bz2 webtrees-1a8b3c057f4f8a12e9d7ff871deb61ef28a02c03.zip | |
Sidebar Changes: re-added pin function, standardised open close icon, narrowed sidebar width. Still TO DO: rtl css, session save "sb_pin and "sb_open" states
Diffstat (limited to 'themes/minimal/theme.php')
| -rw-r--r-- | themes/minimal/theme.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/minimal/theme.php b/themes/minimal/theme.php index 158c9656dd..4aef8db4d1 100644 --- a/themes/minimal/theme.php +++ b/themes/minimal/theme.php @@ -147,8 +147,8 @@ $WT_IMAGES["pin-in"]["other"] = "pin-in.png"; $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'] = "ldarrow.gif"; -$WT_IMAGES['slide_close']['other'] = "rdarrow.gif"; +$WT_IMAGES['slide_open']['other'] = "open.png"; +$WT_IMAGES['slide_close']['other'] = "close.png"; // - lifespan chart arrows $WT_IMAGES["lsltarrow"]["other"] = "lsltarrow.gif"; |
