diff options
Diffstat (limited to 'themes/xenea')
18 files changed, 47 insertions, 63 deletions
diff --git a/themes/xenea/images/admin.gif b/themes/xenea/images/admin.gif Binary files differnew file mode 100644 index 0000000000..3b976bffc2 --- /dev/null +++ b/themes/xenea/images/admin.gif diff --git a/themes/xenea/images/edit_fam.gif b/themes/xenea/images/edit_fam.gif Binary files differnew file mode 100644 index 0000000000..a63083c87a --- /dev/null +++ b/themes/xenea/images/edit_fam.gif diff --git a/themes/xenea/images/edit_repo.gif b/themes/xenea/images/edit_repo.gif Binary files differnew file mode 100644 index 0000000000..e0f8778572 --- /dev/null +++ b/themes/xenea/images/edit_repo.gif diff --git a/themes/xenea/images/edit_sour.gif b/themes/xenea/images/edit_sour.gif Binary files differnew file mode 100644 index 0000000000..8398149d8f --- /dev/null +++ b/themes/xenea/images/edit_sour.gif diff --git a/themes/xenea/images/fambook.gif b/themes/xenea/images/fambook.gif Binary files differnew file mode 100644 index 0000000000..89a917cd32 --- /dev/null +++ b/themes/xenea/images/fambook.gif diff --git a/themes/xenea/images/fanchart.gif b/themes/xenea/images/fanchart.gif Binary files differnew file mode 100644 index 0000000000..b987b8edc7 --- /dev/null +++ b/themes/xenea/images/fanchart.gif diff --git a/themes/xenea/images/hourglass.gif b/themes/xenea/images/hourglass.gif Binary files differnew file mode 100644 index 0000000000..5951b5ad41 --- /dev/null +++ b/themes/xenea/images/hourglass.gif diff --git a/themes/xenea/images/menu_help.gif b/themes/xenea/images/menu_help.gif Binary files differnew file mode 100644 index 0000000000..67e1a215b8 --- /dev/null +++ b/themes/xenea/images/menu_help.gif diff --git a/themes/xenea/images/menu_media.gif b/themes/xenea/images/menu_media.gif Binary files differnew file mode 100644 index 0000000000..e7d2864d2c --- /dev/null +++ b/themes/xenea/images/menu_media.gif diff --git a/themes/xenea/images/menu_repository.gif b/themes/xenea/images/menu_repository.gif Binary files differnew file mode 100644 index 0000000000..e7efb23a9a --- /dev/null +++ b/themes/xenea/images/menu_repository.gif diff --git a/themes/xenea/images/menu_source.gif b/themes/xenea/images/menu_source.gif Binary files differnew file mode 100644 index 0000000000..6cadb9bb2c --- /dev/null +++ b/themes/xenea/images/menu_source.gif diff --git a/themes/xenea/images/patriarch.gif b/themes/xenea/images/patriarch.gif Binary files differnew file mode 100644 index 0000000000..326a5e6b71 --- /dev/null +++ b/themes/xenea/images/patriarch.gif diff --git a/themes/xenea/images/repository.gif b/themes/xenea/images/repository.gif Binary files differindex 7a2e56df18..11feef700f 100644 --- a/themes/xenea/images/repository.gif +++ b/themes/xenea/images/repository.gif diff --git a/themes/xenea/images/source.gif b/themes/xenea/images/source.gif Binary files differindex 0d3cc57b31..daba384911 100644 --- a/themes/xenea/images/source.gif +++ b/themes/xenea/images/source.gif diff --git a/themes/xenea/images/statistic.gif b/themes/xenea/images/statistic.gif Binary files differnew file mode 100644 index 0000000000..e1c09aafb7 --- /dev/null +++ b/themes/xenea/images/statistic.gif diff --git a/themes/xenea/images/tree.gif b/themes/xenea/images/tree.gif Binary files differnew file mode 100644 index 0000000000..8c621f2115 --- /dev/null +++ b/themes/xenea/images/tree.gif diff --git a/themes/xenea/images/w_22.png b/themes/xenea/images/w_22.png Binary files differnew file mode 100644 index 0000000000..b1fe285e7d --- /dev/null +++ b/themes/xenea/images/w_22.png diff --git a/themes/xenea/theme.php b/themes/xenea/theme.php index 6be896059e..ccab6ba469 100644 --- a/themes/xenea/theme.php +++ b/themes/xenea/theme.php @@ -43,70 +43,54 @@ $FAVICON = WT_THEME_DIR.'images/favicon.ico'; $WT_USE_HELPIMG = true; //-- variables for image names +$WT_IMAGES['sex_m_9x9'] = 'images/sex_m_9x9.gif'; +$WT_IMAGES['sex_f_9x9'] = 'images/sex_f_9x9.gif'; +$WT_IMAGES['sex_u_9x9'] = 'images/sex_u_9x9.gif'; +$WT_IMAGES['sex_m_15x15'] = 'images/sex_m_15x15.gif'; +$WT_IMAGES['sex_f_15x15'] = 'images/sex_f_15x15.gif'; +$WT_IMAGES['sex_u_15x15'] = 'images/sex_u_15x15.gif'; //- PGV main icons -$WT_IMAGES['calendar']['large'] = WT_THEME_DIR.'images/calendar.gif'; -$WT_IMAGES['clippings']['large'] = WT_THEME_DIR.'images/clippings.gif'; -$WT_IMAGES['gedcom']['large'] = WT_THEME_DIR.'images/gedcom.gif'; -$WT_IMAGES['help']['large'] = WT_THEME_DIR.'images/help.gif'; -$WT_IMAGES['home']['large'] = WT_THEME_DIR.'images/home.gif'; -$WT_IMAGES['indis']['large'] = WT_THEME_DIR.'images/indis.gif'; -$WT_IMAGES['media']['large'] = WT_THEME_DIR.'images/media.gif'; -$WT_IMAGES['mypage']['large'] = WT_THEME_DIR.'images/mypage.gif'; -$WT_IMAGES['notes']['large'] = WT_THEME_DIR.'images/notes.gif'; -$WT_IMAGES['pedigree']['large'] = WT_THEME_DIR.'images/pedigree.gif'; -$WT_IMAGES['reports']['large'] = WT_THEME_DIR.'images/report.gif'; -$WT_IMAGES['repository']['large'] = WT_THEME_DIR.'images/repository.gif'; -$WT_IMAGES['search']['large'] = WT_THEME_DIR.'images/search.gif'; -$WT_IMAGES['sfamily']['large'] = WT_THEME_DIR.'images/sfamily.gif'; -$WT_IMAGES['source']['large'] = WT_THEME_DIR.'images/source.gif'; -$WT_IMAGES['sexm']['large'] = 'images/sex_m_15x15.gif'; -$WT_IMAGES['sexf']['large'] = 'images/sex_f_15x15.gif'; -$WT_IMAGES['sexu']['large'] = 'images/sex_u_15x15.gif'; -$WT_IMAGES['edit_source']['large'] = WT_THEME_DIR.'images/small/edit_sour.gif'; - -//- PGV small icons -$WT_IMAGES['admin']['small'] = WT_THEME_DIR.'images/small/admin.gif'; -$WT_IMAGES['ancestry']['small'] = WT_THEME_DIR.'images/small/ancestry.gif'; -$WT_IMAGES['calendar']['small'] = WT_THEME_DIR.'images/small/calendar.gif'; -$WT_IMAGES['cfamily']['small'] = WT_THEME_DIR.'images/small/cfamily.gif'; -$WT_IMAGES['clippings']['small'] = WT_THEME_DIR.'images/small/clippings.gif'; -$WT_IMAGES['descendant']['small'] = WT_THEME_DIR.'images/small/descendancy.gif'; -$WT_IMAGES['edit_fam']['small'] = WT_THEME_DIR.'images/small/edit_fam.gif'; -$WT_IMAGES['edit_indi']['small'] = WT_THEME_DIR.'images/small/edit_indi.gif'; -$WT_IMAGES['edit_media']['small'] = WT_THEME_DIR.'images/small/edit_indi.gif'; -$WT_IMAGES['edit_note']['small'] = WT_THEME_DIR.'images/small/edit_indi.gif'; -$WT_IMAGES['edit_sour']['small'] = WT_THEME_DIR.'images/small/edit_sour.gif'; -$WT_IMAGES['edit_repo']['small'] = WT_THEME_DIR.'images/small/edit_repo.gif'; -$WT_IMAGES['fambook']['small'] = WT_THEME_DIR.'images/small/fambook.gif'; -$WT_IMAGES['fanchart']['small'] = WT_THEME_DIR.'images/small/fanchart.gif'; -$WT_IMAGES['favorites']['small'] = WT_THEME_DIR.'images/small/gedcom.gif'; -$WT_IMAGES['gedcom']['small'] = WT_THEME_DIR.'images/small/gedcom.gif'; -$WT_IMAGES['help']['small'] = WT_THEME_DIR.'images/small/help.gif'; -$WT_IMAGES['hourglass']['small'] = WT_THEME_DIR.'images/small/hourglass.gif'; -$WT_IMAGES['indis']['small'] = WT_THEME_DIR.'images/small/indis.gif'; -$WT_IMAGES['media']['small'] = WT_THEME_DIR.'images/small/media.gif'; -$WT_IMAGES['menu_help']['small'] = WT_THEME_DIR.'images/small/menu_help.gif'; -$WT_IMAGES['menu_media']['small'] = WT_THEME_DIR.'images/small/menu_media.gif'; -$WT_IMAGES['menu_repository']['small'] = WT_THEME_DIR.'images/small/menu_repository.gif'; -$WT_IMAGES['menu_source']['small'] = WT_THEME_DIR.'images/small/menu_source.gif'; -$WT_IMAGES['mypage']['small'] = WT_THEME_DIR.'images/small/mypage.gif'; -$WT_IMAGES['notes']['small'] = WT_THEME_DIR.'images/small/notes.gif'; -$WT_IMAGES['patriarch']['small'] = WT_THEME_DIR.'images/small/patriarch.gif'; -$WT_IMAGES['pedigree']['small'] = WT_THEME_DIR.'images/small/pedigree.gif'; -$WT_IMAGES['place']['small'] = WT_THEME_DIR.'images/small/place.gif'; -$WT_IMAGES['relationship']['small'] = WT_THEME_DIR.'images/small/relationship.gif'; -$WT_IMAGES['reports']['small'] = WT_THEME_DIR.'images/small/report.gif'; -$WT_IMAGES['repository']['small'] = WT_THEME_DIR.'images/small/repository.gif'; -$WT_IMAGES['search']['small'] = WT_THEME_DIR.'images/small/search.gif'; -$WT_IMAGES['sexm']['small'] = 'images/sex_m_9x9.gif'; -$WT_IMAGES['sexf']['small'] = 'images/sex_f_9x9.gif'; -$WT_IMAGES['sexu']['small'] = 'images/sex_u_9x9.gif'; -$WT_IMAGES['sfamily']['small'] = WT_THEME_DIR.'images/small/sfamily.gif'; -$WT_IMAGES['source']['small'] = WT_THEME_DIR.'images/small/source.gif'; -$WT_IMAGES['statistic']['small'] = WT_THEME_DIR.'images/small/statistic.gif'; -$WT_IMAGES['timeline']['small'] = WT_THEME_DIR.'images/small/timeline.gif'; -$WT_IMAGES['tree']['small'] = WT_THEME_DIR.'images/small/tree.gif'; -$WT_IMAGES['wiki']['small'] = WT_THEME_DIR.'images/small/w_22.png'; +$WT_IMAGES['admin'] = WT_THEME_DIR.'images/admin.gif'; +$WT_IMAGES['ancestry'] = WT_THEME_DIR.'images/ancestry.gif'; +$WT_IMAGES['calendar'] = WT_THEME_DIR.'images/calendar.gif'; +$WT_IMAGES['cfamily'] = WT_THEME_DIR.'images/cfamily.gif'; +$WT_IMAGES['clippings'] = WT_THEME_DIR.'images/clippings.gif'; +$WT_IMAGES['descendant'] = WT_THEME_DIR.'images/descendancy.gif'; +$WT_IMAGES['edit_fam'] = WT_THEME_DIR.'images/edit_fam.gif'; +$WT_IMAGES['edit_indi'] = WT_THEME_DIR.'images/edit_indi.gif'; +$WT_IMAGES['edit_media'] = WT_THEME_DIR.'images/edit_indi.gif'; +$WT_IMAGES['edit_note'] = WT_THEME_DIR.'images/edit_indi.gif'; +$WT_IMAGES['edit_repo'] = WT_THEME_DIR.'images/edit_repo.gif'; +$WT_IMAGES['edit_sour'] = WT_THEME_DIR.'images/edit_sour.gif'; +$WT_IMAGES['fambook'] = WT_THEME_DIR.'images/fambook.gif'; +$WT_IMAGES['fanchart'] = WT_THEME_DIR.'images/fanchart.gif'; +$WT_IMAGES['favorites'] = WT_THEME_DIR.'images/gedcom.gif'; +$WT_IMAGES['gedcom'] = WT_THEME_DIR.'images/gedcom.gif'; +$WT_IMAGES['help'] = WT_THEME_DIR.'images/help.gif'; +$WT_IMAGES['home'] = WT_THEME_DIR.'images/home.gif'; +$WT_IMAGES['hourglass'] = WT_THEME_DIR.'images/hourglass.gif'; +$WT_IMAGES['indis'] = WT_THEME_DIR.'images/indis.gif'; +$WT_IMAGES['media'] = WT_THEME_DIR.'images/media.gif'; +$WT_IMAGES['menu_help'] = WT_THEME_DIR.'images/menu_help.gif'; +$WT_IMAGES['menu_media'] = WT_THEME_DIR.'images/menu_media.gif'; +$WT_IMAGES['menu_repository'] = WT_THEME_DIR.'images/menu_repository.gif'; +$WT_IMAGES['menu_source'] = WT_THEME_DIR.'images/menu_source.gif'; +$WT_IMAGES['mypage'] = WT_THEME_DIR.'images/mypage.gif'; +$WT_IMAGES['notes'] = WT_THEME_DIR.'images/notes.gif'; +$WT_IMAGES['patriarch'] = WT_THEME_DIR.'images/patriarch.gif'; +$WT_IMAGES['pedigree'] = WT_THEME_DIR.'images/pedigree.gif'; +$WT_IMAGES['place'] = WT_THEME_DIR.'images/place.gif'; +$WT_IMAGES['relationship'] = WT_THEME_DIR.'images/relationship.gif'; +$WT_IMAGES['reports'] = WT_THEME_DIR.'images/report.gif'; +$WT_IMAGES['repository'] = WT_THEME_DIR.'images/repository.gif'; +$WT_IMAGES['search'] = WT_THEME_DIR.'images/search.gif'; +$WT_IMAGES['search'] = WT_THEME_DIR.'images/search.gif'; +$WT_IMAGES['sfamily'] = WT_THEME_DIR.'images/sfamily.gif'; +$WT_IMAGES['source'] = WT_THEME_DIR.'images/source.gif'; +$WT_IMAGES['statistic'] = WT_THEME_DIR.'images/statistic.gif'; +$WT_IMAGES['timeline'] = WT_THEME_DIR.'images/timeline.gif'; +$WT_IMAGES['tree'] = WT_THEME_DIR.'images/tree.gif'; +$WT_IMAGES['wiki'] = WT_THEME_DIR.'images/w_22.png'; //- PGV buttons for data entry pages $WT_IMAGES['addmedia']['button'] = WT_THEME_DIR.'images/buttons/addmedia.gif'; |
