diff options
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"; |
