diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-03-05 22:57:50 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-03-05 22:57:50 +0000 |
| commit | 2fcd4041225233c09bc006e946788a43e7baf181 (patch) | |
| tree | ddc1f2617ebc349e80da0d93b0dae177d9c9e9fc /themes/_administration/theme.php | |
| parent | 33a5ed247d23a65efe45556729a5b2f17b0656fc (diff) | |
| download | webtrees-2fcd4041225233c09bc006e946788a43e7baf181.tar.gz webtrees-2fcd4041225233c09bc006e946788a43e7baf181.tar.bz2 webtrees-2fcd4041225233c09bc006e946788a43e7baf181.zip | |
Admin theme requires the "warning" icon. It is used in the summary person info (e.g. default person for pedigree and descendancy charts)
Diffstat (limited to 'themes/_administration/theme.php')
| -rw-r--r-- | themes/_administration/theme.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/_administration/theme.php b/themes/_administration/theme.php index 8559649322..db5f6a9da1 100644 --- a/themes/_administration/theme.php +++ b/themes/_administration/theme.php @@ -74,6 +74,7 @@ $WT_IMAGES=array( 'sex_f_9x9'=>WT_THEME_DIR.'images/sex_f_9x9.gif',
'sex_m_9x9'=>WT_THEME_DIR.'images/sex_m_9x9.gif',
'sex_u_9x9'=>WT_THEME_DIR.'images/sex_u_9x9.gif',
+ 'warning'=>WT_THEME_DIR.'images/warning.png',
// media images
'media'=>WT_THEME_DIR.'images/media/media.png',
|
