diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-03-25 18:49:45 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-03-25 18:49:45 +0000 |
| commit | 01dca345ee098cd6c1fe72dc89d935d87af4f75e (patch) | |
| tree | f75097133a912f4f5ed45f2fdb87cbbdf85ea96d /themes/minimal/theme.php | |
| parent | bde7c3aaf489a5431fbd4b2ada71da50ede67bdb (diff) | |
| download | webtrees-01dca345ee098cd6c1fe72dc89d935d87af4f75e.tar.gz webtrees-01dca345ee098cd6c1fe72dc89d935d87af4f75e.tar.bz2 webtrees-01dca345ee098cd6c1fe72dc89d935d87af4f75e.zip | |
Update arrow icons for lifespan chart.
Diffstat (limited to 'themes/minimal/theme.php')
| -rw-r--r-- | themes/minimal/theme.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/minimal/theme.php b/themes/minimal/theme.php index b4d657acf1..b104cccbd3 100644 --- a/themes/minimal/theme.php +++ b/themes/minimal/theme.php @@ -141,10 +141,10 @@ $WT_IMAGES['reminder'] = WT_THEME_DIR.'images/reminder.gif'; $WT_IMAGES['children'] = WT_THEME_DIR.'images/children.gif'; // - lifespan chart arrows -$WT_IMAGES['lsltarrow'] = WT_THEME_DIR.'images/lsltarrow.gif'; -$WT_IMAGES['lsrtarrow'] = WT_THEME_DIR.'images/lsrtarrow.gif'; -$WT_IMAGES['lsdnarrow'] = WT_THEME_DIR.'images/lsdnarrow.gif'; -$WT_IMAGES['lsuparrow'] = WT_THEME_DIR.'images/lsuparrow.gif'; +$WT_IMAGES['lsltarrow'] = WT_THEME_DIR.'images/lifespan-left.png'; +$WT_IMAGES['lsrtarrow'] = WT_THEME_DIR.'images/lifespan-right.png'; +$WT_IMAGES['lsdnarrow'] = WT_THEME_DIR.'images/lifespan-down.png'; +$WT_IMAGES['lsuparrow'] = WT_THEME_DIR.'images/lifespan-up.png'; //-- Variables for the Fan chart $fanChart = array( |
