forked from science-ation/science-ation
78 lines
4.7 KiB
PHP
78 lines
4.7 KiB
PHP
<?
|
|
/*
|
|
This file is part of the 'Science Fair In A Box' project
|
|
SFIAB Website: http://www.sfiab.ca
|
|
|
|
Copyright (C) 2008 James Grant <james@lightbox.org>
|
|
|
|
This program is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU General Public
|
|
License as published by the Free Software Foundation, version 2.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program; see the file COPYING. If not, write to
|
|
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
Boston, MA 02111-1307, USA.
|
|
*/
|
|
|
|
$theme_icons['name']="Default Icons";
|
|
$theme_icons['description']="KDE4 icons";
|
|
$theme_icons['author']="James Grant <james@lightbox.org>";
|
|
|
|
//COMMITTEE MAIN ICONS (that are not used in admin/config already)
|
|
$theme_icons['icons']['change_password']="../material_icons/encrypted.png";
|
|
$theme_icons['icons']['edit_profile']="../material_icons/edit_user.png";
|
|
$theme_icons['icons']['manage_roles']="../material_icons/agt_forum.png";
|
|
|
|
//ADMIN ICONS
|
|
$theme_icons['icons']['administration']="../material_icons/gear.png";
|
|
$theme_icons['icons']['participant_registration']="../material_icons/accessories-text-editor.png";
|
|
$theme_icons['icons']['print/export_reports']="../material_icons/application-pdf.png";
|
|
$theme_icons['icons']['print_awards_ceremony_scripts']="../material_icons/application-pdf.png";
|
|
$theme_icons['icons']['committee_management']="../material_icons/system-users.png";
|
|
$theme_icons['icons']['awards_management']="../material_icons/plasmagik.png";
|
|
$theme_icons['icons']['schools_management']="../material_icons/applications-education.png";
|
|
$theme_icons['icons']['judging_management']="../material_icons/klipper.png";
|
|
$theme_icons['icons']['sciencefair_management']="../material_icons/folder.png";
|
|
$theme_icons['icons']['translations_management']="../material_icons/kwordquiz.png";
|
|
$theme_icons['icons']['report_management']="../material_icons/document-multiple.png";
|
|
$theme_icons['icons']['volunteer_management']="../material_icons/user-group-new.png";
|
|
$theme_icons['icons']['tour_management']="../material_icons/preferences-system-performance.png";
|
|
$theme_icons['icons']['internal_document_management']="../material_icons/application-vnd.oasis.opendocument.text.png";
|
|
$theme_icons['icons']['registration_fee_items_management']="../material_icons/transfers_list.png";
|
|
$theme_icons['icons']['judging_score_entry']="../material_icons/transfers_list.png";
|
|
$theme_icons['icons']['enter_winning_projects']="../material_icons/legalmoves.png";
|
|
$theme_icons['icons']['one-click_cwsf_registration']="../material_icons/flag-blue.png";
|
|
$theme_icons['icons']['one-click_ysf_affiliation_stats']="../material_icons/flag-green.png";
|
|
$theme_icons['icons']['fair_stats']="../material_icons/view_sort_descending.png";
|
|
$theme_icons['icons']['communication']="../material_icons/mail-mark-unread.png";
|
|
$theme_icons['icons']['website_content_management']="../material_icons/toggle_log.png";
|
|
$theme_icons['icons']['fundraising']="../material_icons/Coins-32x32.png";
|
|
|
|
//CONFIG ICONS
|
|
$theme_icons['icons']['configuration']="../material_icons/../material_icons/package_utilities.png";
|
|
$theme_icons['icons']['configuration_variables']="../material_icons/configure.png";
|
|
$theme_icons['icons']['important_dates']="../material_icons/date.png";
|
|
$theme_icons['icons']['project_age_categories']="../material_icons/kdmconfig.png";
|
|
$theme_icons['icons']['project_divisions']="../material_icons/edu_science.png";
|
|
$theme_icons['icons']['cwsf_project_divisions']="../material_icons/edu_science_canada.png";
|
|
$theme_icons['icons']['project_sub_divisions']="../material_icons/chemical.png";
|
|
$theme_icons['icons']['page_texts']="../material_icons/kwrite.png";
|
|
$theme_icons['icons']['exhibitor_signature_page']="../material_icons/signature.png";
|
|
$theme_icons['icons']['judge_registration_questions']="../material_icons/vcs_status.png";
|
|
$theme_icons['icons']['project_safety_questions']="../material_icons/help-contents.png";
|
|
$theme_icons['icons']['images']="../material_icons/elempic.png";
|
|
$theme_icons['icons']['external_award_sources']="../material_icons/ark.png";
|
|
$theme_icons['icons']['language_pack_installer']="../material_icons/kanagram.png";
|
|
$theme_icons['icons']['new_version_checker']="../material_icons/numbers.png";
|
|
$theme_icons['icons']['rollover_fair_year']="../material_icons/svn_switch.png";
|
|
$theme_icons['icons']['rollover_fiscal_year']="../material_icons/rollover_fiscal.png";
|
|
$theme_icons['icons']['backup_restore']="../material_icons/rebuild.png";
|
|
|
|
?>
|