diff --git a/config/index.php b/config/index.php index 0498f5e..f491fe4 100644 --- a/config/index.php +++ b/config/index.php @@ -44,18 +44,31 @@ echo " ".theme_icon("page_texts")."
".i18n("Page Texts")."
"; echo " ".theme_icon("exhibitor_signature_page")."
".i18n("Exhibitor Signature Page")."
"; echo " \n"; + echo " "; + echo " ".theme_icon("judge_registration_questions")."
".i18n("Judge Registration Questions")."
"; + echo " ".theme_icon("project_safety_questions")."
".i18n("Project Safety Questions")."
"; + echo " ".theme_icon("images")."
".i18n("Images (Fair Logo)")."
"; + echo " ".theme_icon("external_award_sources")."
".i18n("External Award Sources")."
"; + echo " \n"; echo "\n"; - - - echo "".i18n("Judge Registration Questions")."
"; - echo "".i18n("Project Safety Questions")."
"; - echo "".i18n("Images (Fair Logo)")."
"; - echo "".i18n("External Award Sources")."
"; echo "
"; - echo "".i18n("Language Pack Installer")." (".i18n("install new language translations").")
"; - echo "".i18n("New Version Checker")." (".i18n("check if you're using the latest version").")
"; + echo ""; + echo " "; + echo " "; + echo " "; + echo " \n"; + echo " \n"; + echo " "; + echo "
".theme_icon("language_pack_installer")."
".i18n("Language Pack Installer")."
".theme_icon("new_version_checker")."
".i18n("New Version Checker")."
\n"; echo "
"; - echo "".i18n("Rollover Fair Year")."
"; + echo ""; + echo " "; + echo " "; + echo " \n"; + echo " \n"; + echo " \n"; + echo " "; + echo "
".theme_icon("rollover_fair_year")."
".i18n("Rollover Fair Year")."
\n"; send_footer(); ?> diff --git a/theme/default/icons/ark.png b/theme/default/icons/ark.png new file mode 100644 index 0000000..b8632c1 Binary files /dev/null and b/theme/default/icons/ark.png differ diff --git a/theme/default/icons/elempic.png b/theme/default/icons/elempic.png new file mode 100644 index 0000000..8f58c96 Binary files /dev/null and b/theme/default/icons/elempic.png differ diff --git a/theme/default/icons/help-contents.png b/theme/default/icons/help-contents.png new file mode 100644 index 0000000..7579eef Binary files /dev/null and b/theme/default/icons/help-contents.png differ diff --git a/theme/default/icons/kanagram.png b/theme/default/icons/kanagram.png new file mode 100644 index 0000000..c92b04c Binary files /dev/null and b/theme/default/icons/kanagram.png differ diff --git a/theme/default/icons/numbers.png b/theme/default/icons/numbers.png new file mode 100644 index 0000000..3d322fb Binary files /dev/null and b/theme/default/icons/numbers.png differ diff --git a/theme/default/icons/svn_switch.png b/theme/default/icons/svn_switch.png new file mode 100644 index 0000000..734186f Binary files /dev/null and b/theme/default/icons/svn_switch.png differ diff --git a/theme/default/icons/vcs_status.png b/theme/default/icons/vcs_status.png new file mode 100644 index 0000000..3b6d6a7 Binary files /dev/null and b/theme/default/icons/vcs_status.png differ diff --git a/theme/default/theme.php b/theme/default/theme.php index 5e2707b..e91476a 100644 --- a/theme/default/theme.php +++ b/theme/default/theme.php @@ -53,12 +53,12 @@ $theme['icons']['project_sub_divisions']="chemical.png"; $theme['icons']['page_texts']="kwrite.png"; $theme['icons']['exhibitor_signature_page']="signature.png"; - $theme['icons']['judge_registration_questions']=""; - $theme['icons']['project_safety_questions']=""; - $theme['icons']['images']=""; - $theme['icons']['external_award_sources']=""; - $theme['icons']['language_pack_installer']=""; - $theme['icons']['new_version_checker']=""; - $theme['icons']['rollover_fair_year']=""; + $theme['icons']['judge_registration_questions']="vcs_status.png"; + $theme['icons']['project_safety_questions']="help-contents.png"; + $theme['icons']['images']="elempic.png"; + $theme['icons']['external_award_sources']="ark.png"; + $theme['icons']['language_pack_installer']="kanagram.png"; + $theme['icons']['new_version_checker']="numbers.png"; + $theme['icons']['rollover_fair_year']="svn_switch.png"; ?>