forked from science-ation/science-ation
75 lines
3.5 KiB
PHP
75 lines
3.5 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['name']="default";
|
|
$theme['description']="The default theme, with KDE4 icons";
|
|
$theme['author']="James Grant <james@lightbox.org>";
|
|
|
|
//COMMITTEE MAIN ICONS (that are not used in admin/config already)
|
|
$theme['icons']['change_password']="encrypted.png";
|
|
$theme['icons']['edit_profile']="edit_user.png";
|
|
|
|
//ADMIN ICONS
|
|
$theme['icons']['administration']="gear.png";
|
|
$theme['icons']['participant_registration']="accessories-text-editor.png";
|
|
$theme['icons']['print/export_reports']="application-pdf.png";
|
|
$theme['icons']['print_awards_ceremony_scripts']="application-pdf.png";
|
|
$theme['icons']['committee_management']="system-users.png";
|
|
$theme['icons']['awards_management']="plasmagik.png";
|
|
$theme['icons']['schools_management']="applications-education.png";
|
|
$theme['icons']['judging_management']="klipper.png";
|
|
$theme['icons']['translations_management']="kwordquiz.png";
|
|
$theme['icons']['report_management']="document-multiple.png";
|
|
$theme['icons']['volunteer_management']="user-group-new.png";
|
|
$theme['icons']['tour_management']="preferences-system-performance.png";
|
|
$theme['icons']['internal_document_management']="application-vnd.oasis.opendocument.text.png";
|
|
$theme['icons']['registration_fee_items_management']="transfers_list.png";
|
|
$theme['icons']['judging_score_entry']="transfers_list.png";
|
|
$theme['icons']['enter_winning_projects']="legalmoves.png";
|
|
$theme['icons']['one-click_cwsf_registration']="flag-blue.png";
|
|
$theme['icons']['one-click_ysf_affiliation_stats']="flag-green.png";
|
|
$theme['icons']['fair_stats']="view_sort_descending.png";
|
|
$theme['icons']['communication']="mail-mark-unread.png";
|
|
$theme['icons']['website_content_management']="toggle_log.png";
|
|
$theme['icons']['fundraising']="Coins-32x32.png";
|
|
|
|
//CONFIG ICONS
|
|
$theme['icons']['configuration']="package_utilities.png";
|
|
$theme['icons']['configuration_variables']="configure.png";
|
|
$theme['icons']['important_dates']="date.png";
|
|
$theme['icons']['project_age_categories']="kdmconfig.png";
|
|
$theme['icons']['project_divisions']="edu_science.png";
|
|
$theme['icons']['cwsf_project_divisions']="edu_science_canada.png";
|
|
$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']="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";
|
|
$theme['icons']['backup_restore']="rebuild.png";
|
|
|
|
?>
|