summaryrefslogtreecommitdiff
path: root/themes/_administration/theme.php
diff options
context:
space:
mode:
authorBrian Holland <windmillway2@gmail.com>2011-01-06 14:32:31 +0000
committerBrian Holland <windmillway2@gmail.com>2011-01-06 14:32:31 +0000
commitb05868534bbf01a833d96e300a9dbd31c29f6899 (patch)
tree346c1d1c4ea66784ce452bf678b752e51950d912 /themes/_administration/theme.php
parente8be697aa627d174035b9320724ba1a258785034 (diff)
downloadwebtrees-b05868534bbf01a833d96e300a9dbd31c29f6899.tar.gz
webtrees-b05868534bbf01a833d96e300a9dbd31c29f6899.tar.bz2
webtrees-b05868534bbf01a833d96e300a9dbd31c29f6899.zip
Add two missing media icons
Diffstat (limited to 'themes/_administration/theme.php')
-rw-r--r--themes/_administration/theme.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/_administration/theme.php b/themes/_administration/theme.php
index f685c79e4e..44a88a7512 100644
--- a/themes/_administration/theme.php
+++ b/themes/_administration/theme.php
@@ -79,6 +79,7 @@ $WT_IMAGES=array(
'media_audio'=>WT_THEME_DIR.'images/media/audio.png',
'media_doc'=>WT_THEME_DIR.'images/media/doc.png',
'media_flash'=>WT_THEME_DIR.'images/media/flash.png',
+ 'media_flashrem'=>WT_THEME_DIR.'images/media/flash_rem.png',
'media_ged'=>WT_THEME_DIR.'images/media/ged.png',
'media_globe'=>WT_THEME_DIR.'images/media/globe.png',
'media_html'=>WT_THEME_DIR.'images/media/html.pmg',
@@ -86,5 +87,6 @@ $WT_IMAGES=array(
'media_pdf'=>WT_THEME_DIR.'images/media/pdf.png',
'media_tex'=>WT_THEME_DIR.'images/media/tex.png',
'media_wmv'=>WT_THEME_DIR.'images/media/wmv.png',
+ 'media_wmvrem'=>WT_THEME_DIR.'images/media/wmv_rem.png',
);