Add administration and configuration icons

This commit is contained in:
james 2008-08-26 21:42:17 +00:00
parent d5ff3be6b9
commit c87ea3b37e
5 changed files with 5 additions and 1 deletions

View File

@ -29,7 +29,8 @@
user_auth_required('committee','admin');
send_header("Administration",
array('Committee Main' => 'committee_main.php') );
array('Committee Main' => 'committee_main.php'),
"administration");
echo "<table class=\"adminconfigtable\">";
echo " <tr>";

View File

@ -28,6 +28,7 @@
send_header("SFIAB Configuration",
array('Committee Main' => 'committee_main.php')
,"configuration"
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -25,6 +25,7 @@
$theme['author']="James Grant <james@lightbox.org>";
//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";
@ -45,6 +46,7 @@
$theme['icons']['website_content_management']="toggle_log.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";